最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Gradle 8 with Scala 2.12 and Zinc - Stack Overflow

programmeradmin4浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论