Skip to content

Commit

Permalink
fix(generator): fixed bad deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Jan 16, 2024
1 parent 7f99a76 commit 5d6407a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi-generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
source_gen: '>=1.0.0 <=2.0.0'
path: '>=1.0.0 <=2.0.0'
openapi_generator_annotations: '>=4.13.0 <6.0.0'
analyzer: '>=2.0.0 <=6.1.0'
analyzer: '>=2.0.0 <=6.9.9'
openapi_generator_cli: '>=4.13.0 <6.0.0'
yaml: ^3.1.2
http: '>=0.13.1 <=2.0.0'
Expand All @@ -25,6 +25,6 @@ dev_dependencies:
pedantic:
coverage: ^1.6.3

dependency_overrides:
openapi_generator_annotations:
path: ../openapi-generator-annotations
# dependency_overrides:
# openapi_generator_annotations:
# path: ../openapi-generator-annotations

0 comments on commit 5d6407a

Please sign in to comment.