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:
Dale Wijnand 2017-07-06 13:30:15 +01:00
parent 8d0463e6e8
commit c76d2624f9
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 0 additions and 1 deletions

View File

@ -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)