| Index: pkg/analysis_services/pubspec.yaml
|
| diff --git a/pkg/analysis_services/pubspec.yaml b/pkg/analysis_services/pubspec.yaml
|
| index 960ff7536d2905b6e7338b63c957a80102c1986b..b2059efad903237c698c79ead14707fdb345fad5 100644
|
| --- a/pkg/analysis_services/pubspec.yaml
|
| +++ b/pkg/analysis_services/pubspec.yaml
|
| @@ -1,11 +1,11 @@
|
| name: analysis_services
|
| -version: 0.0.1
|
| +version: 0.0.2
|
| author: Dart Team <misc@dartlang.org>
|
| description: A set of services on top of Analysis Engine
|
| homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - analyzer: 0.15.1
|
| + analyzer: '>=0.15.1 <0.16.0'
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|