| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 36d7a9e3e0a94c08d23728b4d0ee326ddf097c2b..fc04e6039a8518d8889e59922c33463f8fc247c4 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: test
|
| -version: 0.12.4
|
| +version: 0.12.4+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.9.0 <1.13.0'
|
| + sdk: '>=1.11.0 <1.13.0'
|
| dependencies:
|
| analyzer: '>=0.23.0 <0.27.0'
|
| args: '>=0.12.1 <0.14.0'
|
| @@ -18,7 +18,7 @@ dependencies:
|
| path: '^1.2.0'
|
| pool: '^1.1.0'
|
| pub_semver: '^1.0.0'
|
| - shelf: '>=0.5.3 <0.7.0'
|
| + shelf: '>=0.6.0 <0.7.0'
|
| shelf_static: '^0.2.0'
|
| shelf_web_socket: '^0.0.1'
|
| source_map_stack_trace: '^1.0.0'
|
|
|