Skip to content

Commit

Permalink
broaden the constraint on package:vm_service (flutter#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored and math1man committed Oct 27, 2020
1 parent 2659f1f commit e4d8c17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/integration_test/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.9.2+2

* Broaden the constraint on vm_service.

## 0.9.2+1

* Update android compileSdkVersion to 29.
Expand Down
7 changes: 5 additions & 2 deletions packages/integration_test/pubspec.yaml
@@ -1,6 +1,6 @@
name: integration_test
description: Runs tests that use the flutter_test API as integration tests.
version: 0.9.2+1
version: 0.9.2+2
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test

environment:
Expand All @@ -15,7 +15,10 @@ dependencies:
flutter_test:
sdk: flutter
path: ^1.6.4
vm_service: ^4.2.0
# TODO(dnfield): This is a problem - flutter_driver and flutter_tools depend
# on this packkage, and so does integration_test. When this gets rev'd in the
# SDK, it has to be rev'd here too so integration tests in the SDK can use it.
vm_service: ">= 4.2.0 <6.0.0"

dev_dependencies:
pedantic: ^1.8.0
Expand Down

0 comments on commit e4d8c17

Please sign in to comment.