| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 0f9db8176ee3683b1c11bcacd8d70c726611d733..b2f909a8fb714052355c3db2faa4ac135b644afb 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: scheduled_test
|
| -version: 0.12.5+5
|
| +version: 0.12.5+6
|
| author: Dart Team <misc@dartlang.org>
|
| description: >
|
| A package for writing readable tests of asynchronous behavior.
|
| @@ -23,7 +23,7 @@ dependencies:
|
| # Because scheduled_test exports test, it needs to keep its version constraint
|
| # tight to ensure that a constraint on scheduled_test properly constraints all
|
| # features it provides.
|
| - test: '>=0.12.7 <0.12.14'
|
| + test: '>=0.12.7 <0.12.15'
|
| dev_dependencies:
|
| metatest: "^0.2.1"
|
| shelf_web_socket: "^0.2.0"
|
|
|