Skip to content

Commit ce854f0

Browse files
committed
up
1 parent 0577d26 commit ce854f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adapters/built/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
serialize / deserialize them from / to JSON.
77
homepage: https://github.com/k-paxian/dart-json-mapper/tree/master/adapters/built
88
environment:
9-
sdk: '>=2.12.0 <3.0.0'
9+
sdk: '>=3.0.0 <4.0.0'
1010
dependencies:
1111
dart_json_mapper: '>=2.1.12 <3.0.0'
1212
built_collection: ^5.1.1

mapper/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
serialize / deserialize them from / to JSON.
66
homepage: https://github.com/k-paxian/dart-json-mapper
77
environment:
8-
sdk: '>=2.17.0 <4.0.0'
8+
sdk: '>=3.0.0 <4.0.0'
99
dependencies:
1010
analyzer: ^7.7.0
1111
build: ^2.4.1

perf-test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99
And unit tests for DartJsonMapper
1010
homepage: https://github.com/k-paxian/dart-json-mapper/perf-test
1111
environment:
12-
sdk: '>=2.17.0 <4.0.0'
12+
sdk: '>=3.0.0 <4.0.0'
1313
dependencies:
1414
dart_json_mapper:
1515
json_annotation: ^4.7.0

0 commit comments

Comments
 (0)