diff --git a/README.md b/README.md index 6eec4e6..f11259c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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.3") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") ``` 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):