mirror of https://github.com/sbt/sbt.git
Explicitly add 2.12.0-RC2 in crossScalaVersions
Although crossScalaVersions is not really actually used here
This commit is contained in:
parent
25788388ff
commit
88dd5d7574
|
|
@ -98,7 +98,7 @@ lazy val scalaVersionAgnosticCommonSettings = Seq(
|
|||
|
||||
lazy val commonSettings = scalaVersionAgnosticCommonSettings ++ Seq(
|
||||
scalaVersion := "2.11.8",
|
||||
crossScalaVersions := Seq("2.11.8", "2.10.6"),
|
||||
crossScalaVersions := Seq("2.12.0-RC2", "2.11.8", "2.10.6"),
|
||||
libraryDependencies ++= {
|
||||
if (scalaBinaryVersion.value == "2.10")
|
||||
Seq(compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full))
|
||||
|
|
|
|||
Loading…
Reference in New Issue