Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 21db4f7d280d51e3cc0fa7704083b91380873ceb..4f830b2a57cb35c4561841ef66ed13d162643508 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -4,6 +4,6 @@ author: Dart Team <misc@dartlang.org> |
description: Utility functions and classes related to the 'dart:async' library. |
homepage: https://www.github.com/dart-lang/async |
dev_dependencies: |
- unittest: ">=0.10.0 <0.12.0" |
+ test: ">=0.12.0 <0.14.0" |
nweiz
2015/06/12 01:24:27
The upper bound should be 0.13.0 (or just merge wi
Lasse Reichstein Nielsen
2015/06/15 15:46:24
Done.
|
environment: |
sdk: ">=1.9.0-dev.8.4 <2.0.0" |