Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed May 13, 2021
1 parent 6a64d8b commit ad291e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.2-SNAPSHOT"
version in ThisBuild := "0.4.2"

0 comments on commit ad291e6

Please sign in to comment.