From 91c17137c4e67981615ca2bc880034ddce54e640 Mon Sep 17 00:00:00 2001 From: Trevor Wang Date: Fri, 6 Sep 2024 20:54:29 +0800 Subject: [PATCH] fix retrofit deps --- generator/pubspec.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/generator/pubspec.yaml b/generator/pubspec.yaml index 4ffec744..c9842605 100644 --- a/generator/pubspec.yaml +++ b/generator/pubspec.yaml @@ -19,13 +19,16 @@ dependencies: code_builder: ^4.4.0 dart_style: ^2.3.0 dio: ^5.0.0 - retrofit: - path: ../retrofit + retrofit: ^4.3.0 + source_gen: ^1.3.0 tuple: ^2.0.1 protobuf: ^3.1.0 - source_gen: ^1.5.0 dev_dependencies: lints: ^4.0.0 source_gen_test: ^1.0.6 test: ^1.25.0 + +dependency_overrides: + retrofit: + path: ../retrofit