Skip to content

Commit e7a3fad

Browse files
committed
Use published source_gen, refs for source_gen_test and source_helper.
1 parent 737c932 commit e7a3fad

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

json_serializable/pubspec.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
path: ^1.9.0
2929
pub_semver: ^2.1.4
3030
pubspec_parse: ^1.0.0
31-
source_gen: ^2.0.0
31+
source_gen: ^3.0.0-dev
3232
source_helper: ^1.3.4
3333

3434
dev_dependencies:
@@ -38,20 +38,18 @@ dev_dependencies:
3838
build_verify: ^3.0.0
3939
collection: ^1.17.0
4040
logging: ^1.0.0
41-
source_gen_test: ^1.0.6
41+
source_gen_test: ^1.2.0-dev
4242
test: ^1.24.4
4343
test_descriptor: ^2.0.0
4444
test_process: ^2.0.0
4545
yaml: ^3.0.0
4646

4747
dependency_overrides:
48-
build: ^3.0.0-dev
49-
source_gen:
50-
git:
51-
url: https://github.com/dart-lang/source_gen
52-
path: source_gen
53-
ref: 6c9702e7152e61b16c8adec3f3011bda738b0e29
5448
source_gen_test:
5549
git:
5650
url: https://github.com/kevmoo/source_gen_test
57-
ref: 9036882e5d69620fa387c14e880ebbe19ed99fee
51+
ref: 8523d28a792cf2da9a3264ebe184b0ab64831fe0
52+
source_helper:
53+
git:
54+
url: https://github.com/google/source_helper.dart
55+
ref: 8adebf1a6b18f5673157ab450e63cc7329c39e10

0 commit comments

Comments
 (0)