From 22db486c7c5488e47688db0dcc72fb86fde3f21d Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Tue, 14 Jun 2022 10:28:23 -0700 Subject: [PATCH] Allow the latest vm service (#1718) Allow the latest vm_service in test_core. Fixes #1717 --- 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 24dae0d70..b96cc06d0 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: source_span: ^1.8.0 stack_trace: ^1.10.0 stream_channel: ^2.1.0 - vm_service: ">=6.0.0 <9.0.0" + vm_service: ">=6.0.0 <10.0.0" yaml: ^3.0.0 # matcher is tightly constrained by test_api matcher: any