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 efeeedb commit 32665c3Copy full SHA for 32665c3
project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
2
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
4
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
5
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
6
7
if (System.getProperty("add-scapegoat-plugin") == "true")
8
addSbtPlugin(s"com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.1.0")
0 commit comments