From ad291e6c8bcde37295958c58b2ed7823c5c9c07b Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 13 May 2021 12:46:26 +1000 Subject: [PATCH] Release 0.4.2 --- README.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0271d4..c74396c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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.1") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2") ``` 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): diff --git a/version.sbt b/version.sbt index 11c590d..f78cd17 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.4.2-SNAPSHOT" +version in ThisBuild := "0.4.2"