| Index: pkg/unittest/pubspec.yaml
|
| diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
|
| index c5b04ca9709897fe2d1096e9fcfb586600519e56..6d9e4a6f9efd73d2758dca7f1c5ed98a79c6450d 100644
|
| --- a/pkg/unittest/pubspec.yaml
|
| +++ b/pkg/unittest/pubspec.yaml
|
| @@ -1,11 +1,10 @@
|
| name: unittest
|
| -version: 0.11.0+2
|
| +version: 0.11.0+3
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| -homepage: http://www.dartlang.org
|
| +homepage: https://pub.dartlang.org/packages/unittest
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| -documentation: http://api.dartlang.org/docs/pkg/unittest
|
| dependencies:
|
| - matcher: '>=0.10.0 <0.11.0'
|
| + matcher: '>=0.10.0 <0.12.0'
|
| stack_trace: '>=0.9.0 <2.0.0'
|
|
|