Skip to content

Commit 95dc117

Browse files
authored
Prepare to release json_serializable v0.5.7 (#232)
1 parent 7d570b4 commit 95dc117

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

json_serializable/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.5.7-dev
2+
version: 0.5.7
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
@@ -25,7 +25,3 @@ dev_dependencies:
2525
logging: ^0.11.3+1
2626
test: ^0.12.3
2727
yaml: ^2.1.13
28-
29-
dependency_overrides:
30-
json_annotation:
31-
path: ../json_annotation

0 commit comments

Comments
 (0)