Skip to content

Commit 89602c5

Browse files
authored
latest pkg:analyzer (#1130)
1 parent f484a8d commit 89602c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.6
2+
3+
- Allow latest `package:analyzer`.
4+
15
## 6.1.5
26

37
- Fix enum support for upcoming enhanced enums in Dart 2.17.

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.1.5
2+
version: 6.1.6
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.14.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: '>=2.0.0 <4.0.0'
11+
analyzer: '>=2.0.0 <5.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)