| Index: pkg/logging/pubspec.yaml
|
| diff --git a/pkg/logging/pubspec.yaml b/pkg/logging/pubspec.yaml
|
| index 78935236ab038a21d863b9aebff0c70c08e459c3..d298608e4b7663ae72408fac68cb645744491485 100644
|
| --- a/pkg/logging/pubspec.yaml
|
| +++ b/pkg/logging/pubspec.yaml
|
| @@ -5,7 +5,7 @@ description: Provides APIs for debugging and error logging. This library introdu
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/logging
|
| dependencies:
|
| - unmodifiable_collection: ">=0.9.0 <0.10.0"
|
| + collection_helpers: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|