Gradle 8.13 with Scala 2.12.15 and Zinc results in the following error:
Version 2.12.15 is not compatible with .scala-sbt:zinc_2.13:1.10.4
I have tried the following dependency, but it results in java.lang.NoSuchMethodError: scala.collection.mutable.ArraySeq
zinc ("com.typesafe.zinc:zinc:1.10.8"){
exclude( group: ".scala-lang", module: "scala-library")
}
zinc ".scala-lang:scala-library"
zinc ".scala-lang:scala-compiler"
Thx