| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index e9361432c33e853ceff2d4be49f260f44367b42b..ba1055a4e364f024cd39f2bff52892ae2a0b3b56 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: test
|
| -version: 0.12.5+1
|
| +version: 0.12.6-dev
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| @@ -18,7 +18,7 @@ dependencies:
|
| path: '^1.2.0'
|
| pool: '^1.2.0'
|
| pub_semver: '^1.0.0'
|
| - shelf: '>=0.6.0 <0.7.0'
|
| + shelf: '^0.6.4'
|
| shelf_static: '^0.2.0'
|
| shelf_web_socket: '^0.0.1'
|
| source_map_stack_trace: '^1.0.0'
|
|
|