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

Unified Diff: pubspec.yaml

Issue 1398573002: Use task model for strong mode (Closed) Base URL: https://github.com/dart-lang/analyzer_cli.git@master
Patch Set: Update version 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
« no previous file with comments | « lib/src/driver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 70ebda052e735688a83a2f2c3efc72c486e16f47..2da828b42738c67a369775a2106eb98376a048f6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,15 +1,15 @@
name: analyzer_cli
-version: 1.1.1
+version: 1.1.2
author: Dart Team <misc@dartlang.org>
description: Command line interface for the Dart Analyzer.
homepage: https://github.com/dart-lang/analyzer_cli
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
- analyzer: ^0.26.1+8
+ analyzer: ^0.26.1+9
args: ^0.13.0
cli_util: ^0.0.1
- dev_compiler: ^0.1.1
+ dev_compiler: ^0.1.9
linter: ^0.1.3+2
package_config: ^0.1.1
plugin: ^0.1.0
« no previous file with comments | « lib/src/driver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698