We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a64d8b commit ad291e6Copy full SHA for ad291e6
README.md
@@ -45,7 +45,7 @@ your project is to add the below line to your `project/plugins.sbt` file:
45
46
```scala
47
// project/plugins.sbt
48
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.1")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2")
49
```
50
51
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):
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.4.2-SNAPSHOT"
+version in ThisBuild := "0.4.2"
0 commit comments