Index: pkg/scheduled_test/pubspec.yaml |
=================================================================== |
--- pkg/scheduled_test/pubspec.yaml (revision 29983) |
+++ pkg/scheduled_test/pubspec.yaml (working copy) |
@@ -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 @@ |
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: ">=0.8.10+6 <2.0.0" |