Skip to content

Commit 4040ae6

Browse files
committed
final (hopefully) fix
1 parent 351ff5a commit 4040ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/plugins.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
55

66
// Static Analysis
7-
// Commented out due to Scala version conflicts, it kept trying to fetch 2.12.15
7+
// Commented out due to Scala version conflicts, it kept trying to fetch non existing
8+
///scalac-scapegoat-plugin_2.12.15/3.1.9
89
// addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.13")
910
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
1011

0 commit comments

Comments
 (0)