Enable language 3.3 in analyzer/ and analysis_server/.

Change-Id: I65a439be99cd4c75dba2fc68340e33b7d0dc8ebe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/354341
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2024-02-26 19:05:20 +00:00 committed by Commit Queue
parent 287d424339
commit 5f664f7312
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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