Steps
sbt 2.0.0-RC10
project/plugins.sbt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
Problem
$ sbt --server
[info] welcome to sbt 2.0.0-RC10 (Azul Systems, Inc. Java 17.0.12)
[info] loading project definition from /private/tmp/bbb/project
[error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/private/tmp/bbb/project/"), "bbb-build"):
[error] org.scala-lang.modules:scala-collection-compat _3, _2.13
[error] java.lang.RuntimeException: Conflicting cross-version suffixes in: org.scala-lang.modules:scala-collection-compat
Expectation
We can use these plugins together.
Steps
sbt 2.0.0-RC10
project/plugins.sbt
Problem
Expectation
We can use these plugins together.