Chromium Code Reviews| Index: pkg/analysis_server/pubspec.yaml |
| diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml |
| index 00294376f688f244307884360a179fd9eb11634a..95fcbe5db2115122419d06c86e4824f31a6c98f2 100644 |
| --- a/pkg/analysis_server/pubspec.yaml |
| +++ b/pkg/analysis_server/pubspec.yaml |
| @@ -6,7 +6,7 @@ homepage: http://www.dartlang.org |
| environment: |
| sdk: '>=1.9.0 <2.0.0' |
| dependencies: |
| - analyzer: '>=0.26.1+3 <0.27.0' |
| + analyzer: '>=0.26.1+7 <0.27.0' |
|
pquitslund
2015/09/30 18:14:10
Why not ^0.26.1+7 ?
|
| args: '>=0.13.0 <0.14.0' |
| dart_style: '>=0.2.0 <0.3.0' |
| logging: any |