| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 41e7cdf426d661104bee678e949fbf97dbbf3a60..76bc0cd04af199d740d67daabf527b6547afa5c8 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -7,7 +7,7 @@ name: barback
|
| #
|
| # When the minor or patch version of this is upgraded, you *must* update that
|
| # version constraint in pub to stay in sync with this.
|
| -version: 0.15.2+6
|
| +version: 0.15.2+7
|
|
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://github.com/dart-lang/barback
|
| @@ -22,13 +22,14 @@ description: >
|
| Runs transforms asynchronously and in parallel when possible to maximize
|
| responsiveness.
|
| dependencies:
|
| + async: "^1.10.0"
|
| path: ">=0.9.0 <2.0.0"
|
| pool: ">=1.0.0 <2.0.0"
|
| source_span: ">=1.0.0 <2.0.0"
|
| stack_trace: ">=0.9.1 <2.0.0"
|
| - collection: ">=0.9.1 <2.0.0"
|
| + collection: "^1.5.0"
|
| dev_dependencies:
|
| scheduled_test: ">=0.9.0 <0.11.0"
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
| - sdk: ">=1.0.1 <2.0.0"
|
| + sdk: ">=1.8.0 <2.0.0"
|
|
|