| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index dc1e47fdc904918bcce9f8d307906e34c53e8207..6a4d8e5bdd0c02b63a97843dd4b5a7fb3f108139 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: test
|
| -version: 0.12.15
|
| +version: 0.12.15+1
|
| 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.19.0'
|
| + sdk: '>=1.13.0 <1.20.0'
|
| dependencies:
|
| analyzer: '>=0.23.0 <0.28.0'
|
| args: '^0.13.1'
|
|
|