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 eace9f9 commit 780e5f1Copy full SHA for 780e5f1
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
2
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
4
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
5
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
6
7
if (System.getProperty("add-scapegoat-plugin") == "true")
0 commit comments