mirror of https://github.com/sbt/sbt.git
No need for util-collection on Scala 2.10 anymore
We still publish parts of sbt for Scala 2.10 for compiler-bridge reasons in Zinc. However util-collection is now becoming an sbt-only module, so it won't need to continue to cross-build to Scala 2.10! Its new dependency util-position which is used by lm also isn't a dependency of the compiler-bridge, so also doesn't need to be cross-built to Scala 2.10.
This commit is contained in:
parent
8d0463e6e8
commit
c76d2624f9
|
|
@ -85,7 +85,6 @@ lazy val utilCollection = (project in internalPath / "util-collection").
|
|||
dependsOn(utilPosition, utilTesting % Test).
|
||||
settings(
|
||||
commonSettings,
|
||||
crossScalaVersions := Seq(scala210, scala211, scala212),
|
||||
Util.keywordsSettings,
|
||||
name := "Util Collection",
|
||||
libraryDependencies ++= Seq(sjsonnew.value, sjsonnewScalaJson.value % Test)
|
||||
|
|
|
|||
Loading…
Reference in New Issue