Skip to content

Commit 482e39c

Browse files
committed
release 0.4.8
1 parent 2e2dd97 commit 482e39c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Versions
1616

1717
| Plugin version | Default JMH version | Notes |
1818
|--------------------------------------------------------------------------------------------|------------------------------------------------------------|:-------------------------------:|
19+
| [`0.4.8`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.8) (sbt 1.3.0/2.0) | [`1.37`](https://github.com/openjdk/jmh/releases/tag/1.37) | |
1920
| [`0.4.7`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.7) (sbt 1.3.0+) | [`1.37`](https://github.com/openjdk/jmh/releases/tag/1.37) | |
2021
| [`0.4.6`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.6) (sbt 1.3.0+) | [`1.37`](https://github.com/openjdk/jmh/releases/tag/1.37) | |
2122
| [`0.4.5`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.5) (sbt 1.3.0+) | [`1.36`](https://github.com/openjdk/jmh/releases/tag/1.36) | |
@@ -44,7 +45,7 @@ your project is to add the below line to your `project/plugins.sbt` file:
4445

4546
```scala
4647
// project/plugins.sbt
47-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
48+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
4849
```
4950

5051
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-
ThisBuild / version := "0.4.8-SNAPSHOT"
1+
ThisBuild / version := "0.4.8"

0 commit comments

Comments
 (0)