diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml index f5e0ee1733c..fe18d166cb0 100644 --- a/pkg/analysis_server/pubspec.yaml +++ b/pkg/analysis_server/pubspec.yaml @@ -3,7 +3,7 @@ name: analysis_server publish_to: none environment: - sdk: '>=3.2.0-edge <4.0.0' + sdk: '>=3.3.0 <4.0.0' # Use 'any' constraints here; we get our versions from the DEPS file. dependencies: diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 62a8b8dcf59..7c64775c9c6 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -5,7 +5,7 @@ description: >- repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer environment: - sdk: '>=3.2.0 <4.0.0' + sdk: '>=3.3.0 <4.0.0' dependencies: _fe_analyzer_shared: ^67.0.0