Skip to content

Commit

Permalink
Merge pull request #201 from retronym/release/0.4.1-finale
Browse files Browse the repository at this point in the history
Update version in sample build snippet
  • Loading branch information
retronym authored May 12, 2021
2 parents 3be88c7 + dbc2910 commit ab4b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ your project is to add the below line to your `project/plugins.sbt` file:

```scala
// project/plugins.sbt
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.1")
```

and enable it in the projects where you want to (useful in multi-project builds, as you can enable it only where you need it):
Expand Down

0 comments on commit ab4b0ac

Please sign in to comment.