Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index ba2a57273e27bfefc6731e62a9c7f0605655d414..f2532423b481fce9a06a9a37ea8101e599ccf521 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -6,12 +6,10 @@ homepage: https://github.com/dart-lang/unittest |
| environment: |
| sdk: '>=1.0.0 <2.0.0' |
| dependencies: |
| + # Using the pre-release version of matcher |
|
nweiz
2015/02/17 20:51:29
Can you keep the existing comment here, adjusted t
kevmoo
2015/02/17 20:54:40
Done.
|
| + matcher: |
| + git: https://github.com/dart-lang/matcher.git |
| stack_trace: '>=0.9.0 <2.0.0' |
| - |
| - # Because unittest exports matcher, it needs to keep its version constraint |
| - # tight to ensure that a constraint on unittest properly constraints all |
| - # features it provides. |
| - matcher: '>=0.11.4 <0.11.5' |
| dev_dependencies: |
| fake_async: '>=0.1.2 <0.2.0' |
| metatest: |