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

Unified Diff: pubspec.yaml

Issue 845153003: Bumped matcher version constraint (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 11 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/test_case.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 2277d67b6b8efb0626248c352d8688f1c3e638ea..0fc4e6e90b8c3ce984e322f183107db5e8272a6b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: unittest
-version: 0.11.5-dev
+version: 0.11.5
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/unittest
@@ -11,6 +11,6 @@ dependencies:
# Because unittest exports matcher, it needs to keep its version constraint
# tight to ensure that a constraint on unittest properly constraints all
# features it provides.
- matcher: '>=0.11.3 <0.11.4'
+ matcher: '>=0.11.4 <0.11.5'
dev_dependencies:
metatest: '>=0.1.0 <0.2.0'
« no previous file with comments | « lib/src/test_case.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698