Skip to content

Commit f52b852

Browse files
committed
update sbt-jmh
1 parent 7ff0f0b commit f52b852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ addCommandAlias("cold", "compilation/Jmh/run ColdScalacBenchmark -foe true")
108108
commands ++= build.Profiler.commands
109109

110110
// duplicated in project/build.sbt
111-
val jmhV = System.getProperty("jmh.version", "1.31")
111+
val jmhV = System.getProperty("jmh.version", "1.37")
112112

113113
def addJmh(project: Project): Project = {
114114
// IntelliJ SBT project import doesn't like sbt-jmh's default setup, which results the prod and test

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val jmhV = System.getProperty("jmh.version", "1.31") // duplicated in build.sbt
1+
val jmhV = System.getProperty("jmh.version", "1.37") // duplicated in build.sbt
22

33
libraryDependencies ++= List(
44
"org.openjdk.jmh" % "jmh-core" % jmhV,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
logLevel := Level.Warn
33

44
// sbt-jmh plugin - pulls in JMH dependencies too
5-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
5+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
66

77
// sbt-dotty plugin - to support `scalaVersion := "0.x"`
88
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2")

0 commit comments

Comments
 (0)