=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:
Konrad Malawski 2016-07-13 15:55:22 +02:00 committed by GitHub
parent 65fae200b7
commit 08e4ee0e6f

View file

@ -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")