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 77708ca commit 4275274Copy full SHA for 4275274
project/plugins.sbt
@@ -9,7 +9,7 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
9
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
10
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
12
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
13
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
14
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
15
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
0 commit comments