Skip to content

Commit 09dedc7

Browse files
Update sbt-jmh to 0.4.8 (#824)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 4e0eb0e commit 09dedc7

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
@@ -15,7 +15,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1515
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
1616
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1717
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
18-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
18+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1919
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") // for advanced PR validation features
2020
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
2121
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")

0 commit comments

Comments
 (0)