Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 971b7a5b9f5d026d28021d99d2425dcd72430127..66939ac4e38a1addc98fdc0189a740eaa405664f 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -2,12 +2,12 @@ name: test |
# This version should really be 0.12.4-dev, but scheduled_test depends on |
# test <0.12.4, so we're using + instead. |
kevmoo
2015/08/10 22:40:37
kill this comment?
nweiz
2015/08/10 22:43:06
Done.
|
-version: 0.12.3+dev |
+version: 0.12.4 |
author: Dart Team <misc@dartlang.org> |
description: A library for writing dart unit tests. |
homepage: https://github.com/dart-lang/test |
environment: |
- sdk: '>=1.9.0 <2.0.0' |
+ sdk: '>=1.9.0 <1.13.0' |
dependencies: |
analyzer: '>=0.23.0 <0.27.0' |
args: '>=0.12.1 <0.14.0' |