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

Unified Diff: pubspec.yaml

Issue 1685363002: Add a platform plugin infrastructure. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 10 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/test.dart ('k') | test/runner/engine_test.dart » ('j') | 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 b4ccf2c0f069f4f0316791e065fd0f181cc7a13d..7e25d64b7c49258cbcfb14b64bf6e4f3282655c8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: test
-version: 0.12.10+2
+version: 0.12.11-dev
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
@@ -8,7 +8,7 @@ environment:
dependencies:
analyzer: '>=0.23.0 <0.28.0'
args: '^0.13.1'
- async: '^1.6.0'
+ async: '^1.8.0'
barback: '>=0.14.0 <0.16.0'
collection: '^1.1.0'
crypto: '^0.9.0'
@@ -25,7 +25,7 @@ dependencies:
source_maps: '^0.10.1'
source_span: '^1.0.0'
stack_trace: '^1.2.1'
- stream_channel: '^1.1.0'
+ stream_channel: '^1.3.1'
string_scanner: '^0.1.1'
yaml: '>=0.9.0 <3.0.0'
« no previous file with comments | « lib/test.dart ('k') | test/runner/engine_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698