Skip to content

Commit 782b59e

Browse files
Update sbt-jmh to 0.4.7 (#272)
1 parent fdd006f commit 782b59e

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.10.0")
66
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0")
77
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
9-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
9+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
1111
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
1212
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 commit comments

Comments
 (0)