diff --git a/README.md b/README.md index 4cdae405..6e7639f5 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,17 @@ In general case for each .swagger file three outputs will be created.
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: