Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 971b7a5b9f5d026d28021d99d2425dcd72430127..a038a2045362837a4c6bb3d6f42a1e3c9bfefeb0 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,13 +1,10 @@ |
| 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. |
| -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' |