Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 52ce695bd6f8bf3a5bec89884d83cba8f864e9a5..5eb093773df2e80d441a24ae64e8cff5c2a9517a 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,9 @@ |
| name: metatest |
| -version: 0.2.1 |
| +version: 0.2.2 |
| author: Dart Team <misc@dartlang.org> |
| description: A package for testing Dart test frameworks. |
| homepage: https://github.com/dart-lang/metatest |
| environment: |
| sdk: '>=1.8.0 <2.0.0' |
| dependencies: |
| - test: '>=0.12.3+3 <0.13.0' |
| + test: '^0.12.4' |