Skip to content

Commit ac243a6

Browse files
Update sbt-jmh to 0.4.6 (#266)
1 parent 355b1a0 commit ac243a6

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
@@ -6,7 +6,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
66
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
77
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
9-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
9+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
1111
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9")
1212
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 commit comments

Comments
 (0)