mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
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:
parent
287d424339
commit
5f664f7312
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: analysis_server
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
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.
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -5,7 +5,7 @@ description: >-
|
||||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.2.0 <4.0.0'
|
sdk: '>=3.3.0 <4.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
_fe_analyzer_shared: ^67.0.0
|
_fe_analyzer_shared: ^67.0.0
|
||||||
|
|
Loading…
Reference in a new issue