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

Unified Diff: pkg/mock/pubspec.yaml

Issue 282933002: pkg/mock updating unittest dependency (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mock/pubspec.yaml
diff --git a/pkg/mock/pubspec.yaml b/pkg/mock/pubspec.yaml
index ba2c56f1050bfbe34e54878bfafe44df92e16c9f..99eb89531f67493eb8663450d1cdd600db488484 100644
--- a/pkg/mock/pubspec.yaml
+++ b/pkg/mock/pubspec.yaml
@@ -1,5 +1,5 @@
name: mock
-version: 0.11.0
+version: 0.11.0+1
author: Dart Team <misc@dartlang.org>
description: A library for mocking classes
homepage: http://www.dartlang.org
@@ -9,4 +9,4 @@ documentation: http://api.dartlang.org/docs/pkg/mock
dependencies:
matcher: '>=0.10.0 <0.11.0'
dev_dependencies:
- unittest: '>=0.10.0 <0.11.0'
+ unittest: '>=0.10.0 <0.12.0'
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698