Skip to content

Commit

Permalink
Update package:vm_service to 12.0.0 (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Oct 2, 2023
1 parent de324cc commit 672be9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add a 'silent' reporter option. Keep it hidden in the CLI args help since it
is not useful in the general case, but can be useful for tests of the test
runner.
* Update to `package:vm_service` `12.0.0`

## 0.5.6

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
stream_channel: ^2.1.0
# Use an exact version until the test_api package is stable.
test_api: 0.6.1
vm_service: ">=6.0.0 <12.0.0"
vm_service: ">=6.0.0 <13.0.0"
yaml: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit 672be9d

Please sign in to comment.