From 0d392fb5481c290765af471cf86131d8082dd2f2 Mon Sep 17 00:00:00 2001 From: kraktus <56031107+kraktus@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:20:31 +0200 Subject: [PATCH] Update README.md install section to v0.4.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):