Explicitly add 2.12.0-RC2 in crossScalaVersions

Although crossScalaVersions is not really actually used here
This commit is contained in:
Alexandre Archambault 2016-10-22 22:27:14 +02:00
parent 25788388ff
commit 88dd5d7574
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 1 additions and 1 deletions

View File

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