=build update to latest sbt-jmh (#20949)
Which also includes the JFR profiler mode. Use with: `jmh: run -prof jmh.extras.JFR`, details here: https://github.com/ktoso/sbt-jmh#using-oracle-flight-recorder
This commit is contained in:
parent
65fae200b7
commit
08e4ee0e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
|
|||
|
||||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "0.2.2")
|
||||
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.3")
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.10")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0-RC1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue