From 16386d7f018e44a24a4cad0946280d9aede4f4fc Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:33:50 +0000 Subject: [PATCH] Raise the range for build dependencies to allow Analyzer 10 under Dart 3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0001406c..1341f50f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 - build_test: ^2.0.0 + build_test: '>=2.0.0 <4.0.0' build_web_compilers: '>=3.0.0 <5.0.0' test_html_builder: ^3.0.0 workiva_analysis_options: ^1.0.0