| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index cfcfed92209993863d7df3a369877d2e35650c09..7c456b3c2288c77e34494c9b4d19c2d27b83a5a7 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: test
|
| -version: 0.12.6-dev
|
| +version: 0.12.5+2
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| environment:
|
| - sdk: '>=1.11.0 <1.14.0'
|
| + sdk: '>=1.11.0 <1.16.0'
|
| dependencies:
|
| analyzer: '>=0.23.0 <0.27.0'
|
| args: '>=0.12.1 <0.14.0'
|
|
|