Skip to content

Commit 48a2bc3

Browse files
authored
Update the package:vm_service constraint to allow version 14.x (#2157)
1 parent 43ff5bf commit 48a2bc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/test_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
libraries in the package.
1111
* Update the `package:frontend_server_client` constraint to allow version
1212
`4.0.0`.
13+
* Update the `package:vm_service` constraint to allow version `14.x`.
1314

1415
## 0.5.9
1516

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
stream_channel: ^2.1.0
2828
# Use an exact version until the test_api package is stable.
2929
test_api: 0.7.0
30-
vm_service: ">=6.0.0 <14.0.0"
30+
vm_service: ">=6.0.0 <15.0.0"
3131
yaml: ^3.0.0
3232

3333
dev_dependencies:

0 commit comments

Comments
 (0)