From 870ac192fa515492d40cc1c56159e618fa27909b Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 20 Jun 2023 16:09:38 -0400 Subject: [PATCH] Switch interop tests to Dart 3 (#644) --- interop/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/pubspec.yaml b/interop/pubspec.yaml index 1caa13e..b5869b7 100644 --- a/interop/pubspec.yaml +++ b/interop/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart gRPC interoperability test suite. publish_to: none environment: - sdk: '>=2.12.0 <3.0.0' + sdk: ^3.0.0 dependencies: args: ^2.0.0