Skip to content

Commit

Permalink
bump vmservice (flutter#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored and adsonpleal committed Feb 26, 2021
1 parent b1ea54d commit 0dbc30b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/integration_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2+1

* Update vm_service constraint

## 1.0.2

* Update Flutter SDK constraint.
Expand Down
4 changes: 2 additions & 2 deletions packages/integration_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: integration_test
description: Runs tests that use the flutter_test API as integration tests.
version: 1.0.2
version: 1.0.2+1
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test

environment:
Expand All @@ -18,7 +18,7 @@ dependencies:
# 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"
vm_service: ">= 4.2.0 <7.0.0"

dev_dependencies:
pedantic: ^1.8.0
Expand Down

0 comments on commit 0dbc30b

Please sign in to comment.