From 42ef63938d97f854194ac92cad7fe4a548d3bd13 Mon Sep 17 00:00:00 2001 From: Gary Roumanis Date: Mon, 5 Nov 2018 12:20:42 -0800 Subject: [PATCH] Let test_core depend on latest test_api (#960) --- pkgs/test_core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 5230dee3c..4145e8ae1 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: # properly constrains all features it provides. matcher: '>=0.12.3 <0.12.4' # Use an exact version until the test_api package is stable. - test_api: '0.2.0' + test_api: '0.2.1' dev_dependencies: fake_async: '>=0.1.2 <2.0.0' pedantic: '1.1.0'