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

Unified Diff: packages/matcher/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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 | « packages/matcher/lib/src/util.dart ('k') | packages/matcher/test/core_matchers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/matcher/pubspec.yaml
diff --git a/packages/matcher/pubspec.yaml b/packages/matcher/pubspec.yaml
index ea8f4aba1183db0929cb039441f6fa0a19ea4710..a274b9dd9ade7cf728af2315e6c6cdbe88ef8fdc 100644
--- a/packages/matcher/pubspec.yaml
+++ b/packages/matcher/pubspec.yaml
@@ -1,9 +1,12 @@
name: matcher
-version: 0.12.0+1
+
+version: 0.12.1+1
author: Dart Team <misc@dartlang.org>
description: Support for specifying test expectations
homepage: https://github.com/dart-lang/matcher
environment:
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.8.0 <2.0.0'
+dependencies:
+ stack_trace: '^1.2.0'
dev_dependencies:
test: '>=0.12.0 <0.13.0'
« no previous file with comments | « packages/matcher/lib/src/util.dart ('k') | packages/matcher/test/core_matchers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698