enforce our actual Dart SDK minimum

This commit is contained in:
Bryan Oltman
2024-04-22 11:49:55 -04:00
parent 22a02c068f
commit 75656a91cd
+1 -1
View File
@@ -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).