| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 0aaeddf206a85dabbb57a1f1656eba2d742d43db..821ea0833ad40036bd7220ef2016c664987c6819 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: test
|
| -version: 0.12.14-dev
|
| +version: 0.12.14
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| @@ -25,7 +25,7 @@ dependencies:
|
| source_span: '^1.0.0'
|
| stack_trace: '^1.2.1'
|
| stream_channel: '^1.3.1'
|
| - string_scanner: '^0.1.1'
|
| + string_scanner: '>=0.1.1 <2.0.0'
|
| web_socket_channel: '^1.0.0'
|
| yaml: '>=0.9.0 <3.0.0'
|
|
|
|
|