From 88dd5d7574889d3b9c609e5219c75063e7b4056e Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 22 Oct 2016 22:27:14 +0200 Subject: [PATCH] Explicitly add 2.12.0-RC2 in crossScalaVersions Although crossScalaVersions is not really actually used here --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bd49a90e2..d20c2ac2a 100644 --- a/build.sbt +++ b/build.sbt @@ -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))