| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 9bdd1cde4968d00300d4c58bd2287e54241c5d93..c659725ccfc0d48a9647cdfc1c3c001ee5da6454 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -11,7 +11,7 @@ dependencies:
|
| async: '^1.8.0'
|
| barback: '>=0.14.0 <0.16.0'
|
| boolean_selector: '^1.0.0'
|
| - collection: '^1.1.0'
|
| + collection: '^1.6.0'
|
| glob: '^1.0.0'
|
| http_multi_server: '>=1.0.0 <3.0.0'
|
| path: '^1.2.0'
|
| @@ -35,3 +35,6 @@ dependencies:
|
| dev_dependencies:
|
| fake_async: '^0.1.2'
|
| scheduled_test: '^0.12.5'
|
| +
|
| +dependency_overrides:
|
| + collection: {path: ../collection}
|
|
|