| Index: packages/matcher/pubspec.yaml
|
| diff --git a/packages/matcher/pubspec.yaml b/packages/matcher/pubspec.yaml
|
| index a274b9dd9ade7cf728af2315e6c6cdbe88ef8fdc..0c5468ebad0c551c68d2db036a15301a309c125c 100644
|
| --- a/packages/matcher/pubspec.yaml
|
| +++ b/packages/matcher/pubspec.yaml
|
| @@ -1,11 +1,10 @@
|
| name: matcher
|
| -
|
| -version: 0.12.1+1
|
| +version: 0.12.1+4
|
| author: Dart Team <misc@dartlang.org>
|
| description: Support for specifying test expectations
|
| homepage: https://github.com/dart-lang/matcher
|
| environment:
|
| - sdk: '>=1.8.0 <2.0.0'
|
| + sdk: '>=1.23.0 <2.0.0'
|
| dependencies:
|
| stack_trace: '^1.2.0'
|
| dev_dependencies:
|
|
|