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

Unified Diff: pubspec.yaml

Issue 2126803003: Support test 0.12.15. (Closed) Base URL: git@github.com:dart-lang/scheduled_test@master
Patch Set: Created 4 years, 5 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 | « CHANGELOG.md ('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 b2f909a8fb714052355c3db2faa4ac135b644afb..e59adf069190813ce7243647928e19027a32afaf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: scheduled_test
-version: 0.12.5+6
+version: 0.12.6
author: Dart Team <misc@dartlang.org>
description: >
A package for writing readable tests of asynchronous behavior.
@@ -23,7 +23,7 @@ dependencies:
# Because scheduled_test exports test, it needs to keep its version constraint
# tight to ensure that a constraint on scheduled_test properly constraints all
# features it provides.
- test: '>=0.12.7 <0.12.15'
+ test: '>=0.12.15 <0.12.16'
dev_dependencies:
metatest: "^0.2.1"
shelf_web_socket: "^0.2.0"
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698