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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 1965083002: Update to use the latest version of the plugin package (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/analyzer/pubspec.yaml
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 9e15c290770a4b16c194b4e59c56aec1108378ad..5f9878fc6c7f391ad001dcd39328a2d6152535e5 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
name: analyzer
-version: 0.27.4-alpha.2
+version: 0.27.4-alpha.3
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -12,7 +12,7 @@ dependencies:
html: ^0.12.0
package_config: ^0.1.1
path: '>=0.9.0 <2.0.0'
- plugin: ^0.1.0
+ plugin: ^0.2.0
watcher: '>=0.9.6 <0.10.0'
yaml: ^2.1.2
dev_dependencies:

Powered by Google App Engine
This is Rietveld 408576698