| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 821ea0833ad40036bd7220ef2016c664987c6819..79cc6d2ef85bc5f8f756396ddf7c6b4e8718b697 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: test
|
| -version: 0.12.14
|
| +version: 0.12.14+1
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| @@ -27,7 +27,7 @@ dependencies:
|
| stream_channel: '^1.3.1'
|
| string_scanner: '>=0.1.1 <2.0.0'
|
| web_socket_channel: '^1.0.0'
|
| - yaml: '>=0.9.0 <3.0.0'
|
| + yaml: '^2.0.0'
|
|
|
| # Use a tight version constraint to ensure that a constraint on matcher
|
| # properly constrains all features it provides.
|
|
|