Skip to content

Commit abe7982

Browse files
committed
Update sbt-jmh to 0.4.8
1 parent a08f055 commit abe7982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
88
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
99
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
1010
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
11-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
11+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1212
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
1313
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1414
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")

0 commit comments

Comments
 (0)