From 857b7bce693aee60d24186e97ccedcee2540eb3e Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 30 Jul 2015 07:45:06 -0700 Subject: [PATCH] Widen analyzer constraint to include analyzer version 0.26. The only breaking change in analyzer 0.26 is to UriResolver.resolveUri(), which linter doesn't use. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a3b635298..a500f28a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/linter environment: sdk: '>=1.8.0 <2.0.0' dependencies: - analyzer: ^0.25.1-alpha.2 + analyzer: '>=0.25.1-alpha.2 <0.27.0' args: '>=0.12.1 <0.14.0' cli_util: ^0.0.1 glob: ^1.0.3