| Index: pkg/analysis_server/pubspec.yaml
|
| diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml
|
| index c8c2ea437db069a2af3f6f90a641d52d0b024cbf..927bdee6485f49084183ce66ef843aab592568fd 100644
|
| --- a/pkg/analysis_server/pubspec.yaml
|
| +++ b/pkg/analysis_server/pubspec.yaml
|
| @@ -6,8 +6,9 @@ homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - analyzer: 0.25.0-dev.3
|
| + analyzer: '>=0.24.1-alpha.0 <0.25.0'
|
| args: '>=0.12.1 <0.13.0'
|
| + dart_style: '>=0.1.7 <0.2.0'
|
| logging: any
|
| path: any
|
| watcher: any
|
|
|