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 20feab1 commit 5cc8213Copy full SHA for 5cc8213
project/plugins.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
6
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
7
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
8
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
9
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
10
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
11
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.8")
12
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
0 commit comments