Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 8b93c1eaffdbc9acbe5536027bf83d8bd13ed4a1..9373aec3b5e341f89dd6e3a567c1d6a102e1c9d4 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: test_reflective_loader |
| -version: 0.0.4 |
| +version: 0.1.0 |
| description: Support for discovering tests and test suites using reflection. |
| author: Dart Team <misc@dartlang.org> |
| homepage: https://github.com/dart-lang/test_reflective_loader |
| @@ -8,4 +8,4 @@ environment: |
| sdk: '>=1.0.0 <2.0.0' |
| dev_dependencies: |
| - unittest: '>=0.9.0 <0.12.0' |
| + test: ^0.12.0 |