update jmh plugin (#24131)
Which now can work on mac and even generate flamegraphs there! Details: https://twitter.com/ktosopl/status/939532881797439489
This commit is contained in:
parent
3bd05ce67e
commit
f6b01f43f1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
|
||||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
|
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
|
||||||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.0.0") // FIXME broken on jdk9
|
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.0.0") // FIXME broken on jdk9
|
||||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
|
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.0")
|
||||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")
|
||||||
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
|
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
|
||||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
|
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue