Skip to content

Commit

Permalink
Updated versions in readme (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovanella95 authored Apr 20, 2023
1 parent 28c0de5 commit 9c1b1eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ In general case for each .swagger file three outputs will be created. </br>
The generated code uses the following packages in run-time:
```yaml
dependencies:
chopper: ^4.0.1
json_annotation: ^4.4.0
chopper: ^6.1.1
json_annotation: ^4.8.0
```
Add the following to your `pubspec.yaml` file to be able to do code generation:
```yaml
dev_dependencies:
build_runner: ^2.1.7
chopper_generator: ^4.0.5
json_serializable: ^6.1.4
swagger_dart_code_generator: ^2.4.6
build_runner: ^2.3.3
chopper_generator: ^6.0.0
json_serializable: ^6.6.1
swagger_dart_code_generator: ^2.10.4
```

Then run:
Expand Down

0 comments on commit 9c1b1eb

Please sign in to comment.