We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb3570 commit 5828493Copy full SHA for 5828493
project/plugins.sbt
@@ -6,7 +6,7 @@ logLevel := Level.Warn
6
addSbtPlugin("com.github.ghik" % "sbt-nosbt" % "0.2.1")
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
8
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")
9
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
10
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
11
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
12
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
0 commit comments