summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2018-08-21 13:38:04 -0700
committerGitHub2018-08-21 13:38:04 -0700
commit450a8496cb3f011051b154ec873fc7212b92414c (patch)
tree231bf26c1f14381cb046deec78f986d7306404ff
parentb3bd3c430d39e344dc6224717efeca26c9c91378 (diff)
Bump to Scala 2.12.6 and make it the default. (#858)
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index c08a3af9..ab4d02e3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -37,8 +37,8 @@ lazy val commonSettings = Seq (
version := "3.2-SNAPSHOT",
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
autoAPIMappings := true,
- scalaVersion := "2.11.12",
- crossScalaVersions := Seq("2.11.12", "2.12.4"),
+ scalaVersion := "2.12.6",
+ crossScalaVersions := Seq("2.12.6", "2.11.12"),
scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value),
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full),