Skip to content

Commit

Permalink
Update dependabot.yaml (#130)
Browse files Browse the repository at this point in the history
* Update dependabot.yaml

* address an analysis issue
  • Loading branch information
devoncarew authored Oct 1, 2024
1 parent 616e0f2 commit b459c42
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ updates:
directory: /
schedule:
interval: monthly
labels:
- autosubmit
groups:
github-actions:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.2.2-wip

- Require SDK `sdk: ^3.4.0`.
- Require Dart 3.4.

## 1.2.1

Expand Down
2 changes: 0 additions & 2 deletions lib/src/debugger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ String _pauseStateToString(PauseState state) {
return 'none';
case PauseState.uncaught:
return 'uncaught';
default:
throw ArgumentError('unknown state: $state');
}
}

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ dev_dependencies:
shelf_static: ^1.0.0
shelf_web_socket: ^2.0.0
test: ^1.16.6
web_socket_channel: ^3.0.0 # used in example/
# used in example/
web_socket_channel: ^3.0.0
webdriver: ^3.0.0

0 comments on commit b459c42

Please sign in to comment.