Skip to content

Commit

Permalink
fix: deps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Jan 13, 2022
1 parent e275b2f commit 6afd631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: Retrofit generator
version: 0.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: '>=2.14.0 <3.0.0'

dependencies:
retrofit:
json_annotation: ^4.0.0
json_annotation:
logger: ^1.0.0
dio: ^4.0.0

Expand Down

0 comments on commit 6afd631

Please sign in to comment.