| Index: pkg/unittest/pubspec.yaml
|
| diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
|
| index 0db9cbdeccbeea3deb64db190be53748493e0069..032cbca08329b5450f3b013dfdb3bb0994613c0f 100644
|
| --- a/pkg/unittest/pubspec.yaml
|
| +++ b/pkg/unittest/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: unittest
|
| -version: 0.11.3
|
| +version: 0.11.4
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://pub.dartlang.org/packages/unittest
|
| @@ -11,6 +11,6 @@ dependencies:
|
| # 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.2 <0.11.3'
|
| + matcher: '>=0.11.3 <0.11.4'
|
| dev_dependencies:
|
| metatest: '>=0.1.0 <0.2.0'
|
|
|