Skip to content

Commit b797009

Browse files
committed
deps: Bump json_annotation lower bound to latest, 4.8.1
Otherwise we get the following warning when running build_runner (wrapped here for readability): [WARNING] json_serializable on lib/api/route/users.dart: The version constraint "^4.8.0" on json_annotation allows versions before 4.8.1 which is not allowed. I believe that warning was introduced with the json_serializable upgrade from 6.6.2 to 6.7.0 in f28dd0b / zulip#137.
1 parent 38bb768 commit b797009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
# Use with the CupertinoIcons class for iOS style icons.
4242
cupertino_icons: ^1.0.2
4343

44-
json_annotation: ^4.8.0
44+
json_annotation: ^4.8.1
4545
http: ^0.13.5
4646
html: ^0.15.1
4747
intl: ^0.18.0

0 commit comments

Comments
 (0)