Skip to content

Commit 5828493

Browse files
committed
Update sbt-jmh to 0.4.5
1 parent 6fb3570 commit 5828493

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 @@ logLevel := Level.Warn
66
addSbtPlugin("com.github.ghik" % "sbt-nosbt" % "0.2.1")
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
88
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")
9-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
9+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
1010
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
1111
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
1212
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")

0 commit comments

Comments
 (0)