Skip to content

Commit d2e6a41

Browse files
authored
Allow latest pkg:analyzer, prepare pkg:json_serializable v6.1.3 (#1069)
1 parent 13fe0c8 commit d2e6a41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

json_serializable/CHANGELOG.md

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

37
- Fix issue with nested generics and `genericArgumentFactories: true`.

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.14.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: ^2.0.0
11+
analyzer: '>=2.0.0 <4.0.0'
1212
async: ^2.8.0
1313
build: ^2.0.0
1414
build_config: '>=0.4.4 <2.0.0'

0 commit comments

Comments
 (0)