| Index: pkg/analysis_testing/pubspec.yaml
|
| diff --git a/pkg/analysis_testing/pubspec.yaml b/pkg/analysis_testing/pubspec.yaml
|
| index 295b6d68b2db806ac482e7d2d9d69cf856945a75..dfd0e1d929c3d47d3a5cce735c3ec36f50eb3662 100644
|
| --- a/pkg/analysis_testing/pubspec.yaml
|
| +++ b/pkg/analysis_testing/pubspec.yaml
|
| @@ -1,12 +1,11 @@
|
| name: analysis_testing
|
| -version: 0.3.0+1
|
| +version: 0.4.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: A set of libraries for testing Analysis services and server
|
| homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - analyzer:
|
| - path: ../analyzer
|
| + analyzer: '>=0.22.0-dev <0.23.0'
|
| typed_mock: '>=0.0.4 <1.0.0'
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|