| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 039fdb504de99a977b617b31f635fbd7b0fdfee3..5679b5491a1f8f0887700b56e76c470f84ff4df5 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: test
|
| -version: 0.12.14-dev
|
| +version: 0.12.13+6
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| environment:
|
| - sdk: '>=1.13.0 <1.18.0'
|
| + sdk: '>=1.13.0 <1.19.0'
|
| dependencies:
|
| analyzer: '>=0.23.0 <0.28.0'
|
| args: '^0.13.1'
|
|
|