| Index: pkg/scheduled_test/pubspec.yaml
|
| diff --git a/pkg/scheduled_test/pubspec.yaml b/pkg/scheduled_test/pubspec.yaml
|
| index 4f4f60b8e776f4cf0d945f4a47065d2c52fed22d..e9379c33837190684a4166effef5b14b81b2bc26 100644
|
| --- a/pkg/scheduled_test/pubspec.yaml
|
| +++ b/pkg/scheduled_test/pubspec.yaml
|
| @@ -1,4 +1,5 @@
|
| name: scheduled_test
|
| +version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -9,7 +10,9 @@ description: >
|
| read like synchronous, linear code, despite executing asynchronously.
|
|
|
| dependencies:
|
| - http: ">=0.4.1 <1.0.0"
|
| - path: ">=0.3.2 <1.0.0"
|
| - stack_trace: ">=0.4.3 <1.0.0"
|
| - unittest: ">=0.4.3 <1.0.0"
|
| + http: ">=0.9.0 <0.10.0"
|
| + path: ">=0.9.0 <0.10.0"
|
| + stack_trace: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|