Chromium Code Reviews| Index: pkg/collection_helpers/pubspec.yaml |
| diff --git a/pkg/collection_helpers/pubspec.yaml b/pkg/collection_helpers/pubspec.yaml |
| index a0513ef37b325b45b557f5c88dd870e662ffb43a..cbd07f989f48089fe8ee9441c73503f5b852e7d2 100644 |
| --- a/pkg/collection_helpers/pubspec.yaml |
| +++ b/pkg/collection_helpers/pubspec.yaml |
| @@ -1,6 +1,9 @@ |
| name: collection_helpers |
| +version: 0.9.0 |
| author: '"Dart Team <misc@dartlang.org>"' |
| description: Utility functions and classes for working with collections. |
| homepage: http://www.dartlang.org |
| dev_dependencies: |
| - unittest: any |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.0.0 <2.0.0" |