aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2018-08-21 13:29:06 -0700
committerGitHub2018-08-21 13:29:06 -0700
commit3f2e8cf6cb86e26913bae006fdab1117001b4660 (patch)
treefcf8e91b69b3b74335d7d7200c0d18d08d60cf62 /build.sbt
parent2c299f4611ebf49ff8be3dc001d1aca0bdfd1427 (diff)
Make Scala 2.12.4 the default. (#848)
* Bump to Scala 2.12.6 and make it the default. * Use Scala 2.11.12 for chisel tests. * Try with Scala 2.12.4.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 33fb8c03..7b3091e0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,9 +16,9 @@ name := "firrtl"
version := "1.2-SNAPSHOT"
-scalaVersion := "2.11.12"
+scalaVersion := "2.12.4"
-crossScalaVersions := Seq("2.11.12", "2.12.4")
+crossScalaVersions := Seq("2.12.4", "2.11.12")
def scalacOptionsVersion(scalaVersion: String): Seq[String] = {
Seq() ++ {