| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index f60e5c39dc709d5e0d144fc83f23f5e791e00c91..5d15b7e1bcbd21a2f844370dc3a4852abc1a9bcf 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: test
|
| -version: 0.12.3+6
|
| +version: 0.12.3+7
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| @@ -10,6 +10,7 @@ dependencies:
|
| args: '>=0.12.1 <0.14.0'
|
| async: '^1.2.0'
|
| barback: '>=0.14.0 <0.16.0'
|
| + collection: '^1.1.0'
|
| crypto: '^0.9.0'
|
| glob: '^1.0.0'
|
| http_multi_server: '^1.0.0'
|
|
|