Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: pkg/analysis_server/pubspec.yaml

Issue 1423333002: Option support for `enableSuperMixins` (and more). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Pubspec updates. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/pubspec.yaml
diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml
index 3f53b5b5ebec2c971c561dca27855a7331efe4af..9e10f28fc5dad69257f37e1014a2c4fe7a7873ef 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.12.0 <2.0.0'
dependencies:
- analyzer: '>=0.26.1+16 <0.27.0'
+ analyzer: '>=0.26.1+17 <0.27.0'
Brian Wilkerson 2015/10/29 20:24:03 Technically, we shouldn't increase the lower bound
pquitslund 2015/10/29 21:06:18 Right. I'll publish at the same time as I land th
args: '>=0.13.0 <0.14.0'
dart_style: '>=0.2.0 <0.3.0'
linter: ^0.1.3+2

Powered by Google App Engine
This is Rietveld 408576698