We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfedeb commit cc60a44Copy full SHA for cc60a44
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: json_serializable
2
-version: 0.2.5-dev
+version: 0.2.5
3
author: Dart Team <misc@dartlang.org>
4
description: Generates utilities to aid in serializing to/from JSON.
5
homepage: https://github.com/dart-lang/json_serializable
@@ -12,7 +12,7 @@ dependencies:
12
13
# Use a tight version constraint to ensure that a constraint on
14
# `json_annotation`. Properly constrains all features it provides.
15
- json_annotation: '>=0.2.0 <0.2.1'
+ json_annotation: '>=0.2.1 <0.2.2'
16
path: ^1.3.2
17
source_gen: ^0.7.1
18
dev_dependencies:
@@ -21,7 +21,3 @@ dev_dependencies:
21
collection: ^1.14.0
22
dart_style: ^1.0.0
23
test: ^0.12.3
24
-
25
-dependency_overrides:
26
- json_annotation:
27
- path: ../json_annotation
0 commit comments