Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 update build_runner reference in readme #616

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chopper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Chopper is an http client generator for Dart and Flutter using source_gen and in
In your project's `pubspec.yaml` file,

* Add *chopper*'s latest version to your *dependencies*.
* Add `build_runner: ^1.12.2` to your *dev_dependencies*.
* Add `build_runner: ^2.4.9` to your *dev_dependencies*.
* *build_runner* may already be in your *dev_dependencies* depending on your project setup and other dependencies.
* Add *chopper_generator*'s latest version to your *dev_dependencies*.

Expand All @@ -26,7 +26,7 @@ dependencies:
chopper: ^<latest version>

dev_dependencies:
build_runner: ^1.12.2
build_runner: ^2.4.9
chopper_generator: ^<latest version>
```

Expand Down