We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23386cc commit d2f7639Copy full SHA for d2f7639
build_cli/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.10
2
+
3
+- Support the latest `package:analyzer`.
4
5
## 2.2.9
6
7
- Required `sdk: ^3.9.0`
build_cli/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_cli
-version: 2.2.9
+version: 2.2.10
description: >-
Parse command line arguments directly into an annotation class
using the power of build_runner and source_gen.
@@ -11,7 +11,7 @@ environment:
11
resolution: workspace
12
13
dependencies:
14
- analyzer: ^9.0.0
+ analyzer: ">=9.0.0 <11.0.0"
15
build: ^4.0.3
16
# Limit version range on build_cli_annotations
17
# new features need to stay in sync
0 commit comments