Skip to content

Commit 207d129

Browse files
authored
bump vmservice (flutter#3463)
1 parent 1812428 commit 207d129

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/integration_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2+1
2+
3+
* Update vm_service constraint
4+
15
## 1.0.2
26

37
* Update Flutter SDK constraint.

packages/integration_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: integration_test
22
description: Runs tests that use the flutter_test API as integration tests.
3-
version: 1.0.2
3+
version: 1.0.2+1
44
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test
55

66
environment:
@@ -18,7 +18,7 @@ dependencies:
1818
# TODO(dnfield): This is a problem - flutter_driver and flutter_tools depend
1919
# on this packkage, and so does integration_test. When this gets rev'd in the
2020
# SDK, it has to be rev'd here too so integration tests in the SDK can use it.
21-
vm_service: ">= 4.2.0 <6.0.0"
21+
vm_service: ">= 4.2.0 <7.0.0"
2222

2323
dev_dependencies:
2424
pedantic: ^1.8.0

0 commit comments

Comments
 (0)