Skip to content

Commit 44e28e6

Browse files
authored
Allow analyzer 10. (#1542)
1 parent 613a0c7 commit 44e28e6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

json_serializable/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.11.4
2+
3+
- Allow `analyzer: >=9.0.0 <11.0.0`
4+
15
## 6.11.3
26

37
- Require `analyzer: ^9.0.0`

json_serializable/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.11.3
2+
version: 6.11.4
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -15,7 +15,7 @@ topics:
1515
resolution: workspace
1616

1717
dependencies:
18-
analyzer: ^9.0.0
18+
analyzer: '>=9.0.0 <11.0.0'
1919
async: ^2.10.0
2020
build: ^4.0.3
2121
build_config: ^1.2.0

0 commit comments

Comments
 (0)