Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 38fd0d62e290d653847cf40f0b7bc6d5fedd1326..55f3dfc9a00f94b4bde742c39d94db5a04155aa3 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,12 +1,12 @@ |
| name: test |
| -version: 0.12.4-dev |
| +version: 0.12.3+8 |
| 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' |
| dependencies: |
| - analyzer: '>=0.23.0 <0.26.0' |
| + analyzer: '>=0.23.0 <=0.26.0-alpha.0' |
|
pquitslund
2015/07/22 00:01:01
This alpha is likely to get bumped real soon. Can
|
| args: '>=0.12.1 <0.14.0' |
| async: '^1.2.0' |
| barback: '>=0.14.0 <0.16.0' |
| @@ -29,7 +29,7 @@ dependencies: |
| yaml: '>=0.9.0 <3.0.0' |
| # Use a tight version constraint to ensure that a constraint on matcher |
| - # properly constraints all features it provides. |
| + # properly constrains all features it provides. |
| matcher: '>=0.12.0 <0.12.1' |
| dev_dependencies: |
| fake_async: '^0.1.2' |