| Index: pkg/unittest/pubspec.yaml
|
| diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
|
| index b531c81246b5a1d417d6f5f709ee61dc8e250d52..06f4c8f3f8de67d0ed3e1ae34760ac91d232aa93 100644
|
| --- a/pkg/unittest/pubspec.yaml
|
| +++ b/pkg/unittest/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: unittest
|
| -version: 0.11.0+5
|
| +version: 0.11.0+6
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://pub.dartlang.org/packages/unittest
|
| @@ -8,3 +8,5 @@ environment:
|
| dependencies:
|
| matcher: '>=0.10.0 <0.12.0'
|
| stack_trace: '>=0.9.0 <2.0.0'
|
| +dev_dependencies:
|
| + metatest: '>=0.1.0 <0.2.0'
|
|
|