summaryrefslogtreecommitdiff
path: root/test/benchmarks
diff options
context:
space:
mode:
authorMasaru Nomura <massa.nomura@gmail.com>2016-09-29 23:04:30 +0900
committerMasaru Nomura <massa.nomura@gmail.com>2016-09-29 23:09:03 +0900
commit9ca866622c05c8f448d9c5006911ab1a2c260077 (patch)
tree62f75b0e7aa3aa7783c37bb0b51f46b083e586c1 /test/benchmarks
parent05016d9035ab9b1c866bd9f12fdd0491f1ea0cbb (diff)
downloadscala-9ca866622c05c8f448d9c5006911ab1a2c260077.tar.gz
scala-9ca866622c05c8f448d9c5006911ab1a2c260077.tar.bz2
scala-9ca866622c05c8f448d9c5006911ab1a2c260077.zip
Bump sbt-jmh version to 0.2.16
It'd be good to use the latest version. From sbt-jmh version 0.2.10, Flight Recorder / Java Mission Control is available[1], which would be nice. [1] https://github.com/ktoso/sbt-jmh#using-oracle-flight-recorder
Diffstat (limited to 'test/benchmarks')
-rw-r--r--test/benchmarks/project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmarks/project/plugins.sbt b/test/benchmarks/project/plugins.sbt
index e11aa29f3b..aa49ad9872 100644
--- a/test/benchmarks/project/plugins.sbt
+++ b/test/benchmarks/project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.6")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.16")