Skip to content

Commit ad291e6

Browse files
committed
Release 0.4.2
1 parent 6a64d8b commit ad291e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ your project is to add the below line to your `project/plugins.sbt` file:
4545

4646
```scala
4747
// project/plugins.sbt
48-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.1")
48+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2")
4949
```
5050

5151
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.4.2-SNAPSHOT"
1+
version in ThisBuild := "0.4.2"

0 commit comments

Comments
 (0)