Skip to content

Commit

Permalink
📝 update build_runner reference in readme (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored May 15, 2024
1 parent 186ce16 commit bb52f38
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit bb52f38

Please sign in to comment.