From 8569143d086352956ac95a4d1afc02646fca618d Mon Sep 17 00:00:00 2001 From: Dmitry Sboychakov Date: Thu, 8 Aug 2024 12:15:12 +0200 Subject: [PATCH] hack --- openapi-generator/pubspec.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index 43acc8f..6f82d25 100755 --- a/openapi-generator/pubspec.yaml +++ b/openapi-generator/pubspec.yaml @@ -10,9 +10,16 @@ dependencies: build: '>=1.0.0 <=3.0.0' source_gen: '>=1.0.0 <=2.0.0' path: '>=1.0.0 <=2.0.0' - openapi_generator_annotations: '>=4.13.0 <7.0.0' + openapi_generator_annotations: + git: + url: git@github.com:DmitrySboychakov/openapi-generator-dart.git + path: openapi-generator-annotations analyzer: '>=2.0.0 <7.0.0' - openapi_generator_cli: '>=4.13.0 <7.0.0' + openapi_generator_cli: + git: + url: git@github.com:DmitrySboychakov/openapi-generator-dart.git + path: openapi-generator-cli + yaml: ^3.1.2 http: '>=0.13.1 <=2.0.0' build_runner: '>=1.0.0 <3.0.0'