From 75656a91cdc5512e7e07b75c25966c466ba84559 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Mon, 22 Apr 2024 11:49:55 -0400 Subject: [PATCH] enforce our actual Dart SDK minimum --- packages/shorebird_cli/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 1db0a743..5d4f3117 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/shorebirdtech/shorebird publish_to: none environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=3.3.0 <4.0.0" dependencies: # TODO(felangel): Use a published version on pub once a new release is published (>3.4.10).