diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index 59d9405abda1d..1655a57b4e8f1 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none # Keep the SDK version range in sync with pubspecs under web_sdk environment: - sdk: '>=3.2.0-0 <4.0.0' + sdk: '>=3.6.0-0 <4.0.0' dependencies: js: 0.6.4 diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index e48646278157d..e79ee6cd2ba59 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -2,7 +2,7 @@ name: web_sdk_tests # Keep the SDK version range in sync with lib/web_ui/pubspec.yaml environment: - sdk: '>=3.2.0-0 <4.0.0' + sdk: '>=3.6.0-0 <4.0.0' dependencies: args: 2.3.1