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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 205183002: Update package version for analyzer.dart for the args pub package to 0.10.0 from 0.9.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/pubspec.yaml
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 942cd923bb60b252c870af08b7845b563c5f8171..122d0ca093db3b6f240d2bce4facfc2dab9235c0 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -3,11 +3,11 @@ version: 0.13.0-dev.10
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
+environment:
+ sdk: '>=0.8.10+6 <2.0.0'
dependencies:
- args: ">=0.9.0 <0.11.0"
- logging: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <2.0.0"
+ args: '>=0.10.0 <0.11.0'
jwren 2014/03/19 20:40:04 Only actual change was 0.9.0 to 0.10.0. The other
+ logging: '>=0.9.0 <0.10.0'
+ path: '>=0.9.0 <2.0.0'
dev_dependencies:
- unittest: ">=0.9.0 <0.11.0"
-environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ unittest: '>=0.9.0 <0.11.0'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698