From f2efaf43030c6987f57238e23714e2c2fa50bf20 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 15 Apr 2026 14:19:41 -0700 Subject: [PATCH] [_fe_analyzer_shared] Bump language version to to 3.11. This enables the project to use dot shorthands. Version 3.11 has been on the stable channel for over two months, so it should be safe to rely on this language version. Change-Id: I4a7c8706731a29798185fe806e17c9d26a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/495801 Reviewed-by: Konstantin Shcheglov Commit-Queue: Paul Berry --- pkg/_fe_analyzer_shared/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml index 0dd5b6dad0d..2452064db92 100644 --- a/pkg/_fe_analyzer_shared/pubspec.yaml +++ b/pkg/_fe_analyzer_shared/pubspec.yaml @@ -6,7 +6,7 @@ description: Logic that is shared between the front_end and analyzer packages. repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared environment: - sdk: ^3.9.0 + sdk: ^3.11.0 resolution: workspace