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

Unified Diff: dart/pkg/analyzer/pubspec.yaml

Issue 56933002: Version 0.8.10.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/pkg/analyzer/lib/src/generated/scanner.dart ('k') | dart/pkg/analyzer/test/generated/parser_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/analyzer/pubspec.yaml
===================================================================
--- dart/pkg/analyzer/pubspec.yaml (revision 29785)
+++ dart/pkg/analyzer/pubspec.yaml (working copy)
@@ -1,11 +1,11 @@
name: analyzer
-version: 0.9.1
+version: 0.10.0
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
dependencies:
- args: ">=0.8.6"
- logging: ">=0.8.6"
- path: ">=0.8.6"
+ args: ">=0.8.9 <1.0.0"
+ logging: ">=0.8.9 <1.0.0"
+ path: ">=0.8.9 <1.0.0"
dev_dependencies:
- unittest: ">=0.8.6"
+ unittest: ">=0.8.9 <1.0.0"
« no previous file with comments | « dart/pkg/analyzer/lib/src/generated/scanner.dart ('k') | dart/pkg/analyzer/test/generated/parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698