Skip to content

Commit d2f7639

Browse files
authored
Support analyzer 10.0.0, prepare release 2.2.10 (#187)
1 parent 23386cc commit d2f7639

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.10
2+
3+
- Support the latest `package:analyzer`.
4+
15
## 2.2.9
26

37
- Required `sdk: ^3.9.0`

build_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_cli
2-
version: 2.2.9
2+
version: 2.2.10
33
description: >-
44
Parse command line arguments directly into an annotation class
55
using the power of build_runner and source_gen.
@@ -11,7 +11,7 @@ environment:
1111
resolution: workspace
1212

1313
dependencies:
14-
analyzer: ^9.0.0
14+
analyzer: ">=9.0.0 <11.0.0"
1515
build: ^4.0.3
1616
# Limit version range on build_cli_annotations
1717
# new features need to stay in sync

0 commit comments

Comments
 (0)