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 351ff5a commit 4040ae6Copy full SHA for 4040ae6
project/plugins.sbt
@@ -4,7 +4,8 @@ addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
4
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
5
6
// Static Analysis
7
-// Commented out due to Scala version conflicts, it kept trying to fetch 2.12.15
+// Commented out due to Scala version conflicts, it kept trying to fetch non existing
8
+///scalac-scapegoat-plugin_2.12.15/3.1.9
9
// addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.13")
10
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
11
0 commit comments