File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
5051and enable it in the projects where you want to (useful in multi-project builds, as you can enable it only where you need it):
Original file line number Diff line number Diff line change 1- ThisBuild / version := " 0.4.8-SNAPSHOT "
1+ ThisBuild / version := " 0.4.8"
You can’t perform that action at this time.
0 commit comments