diff options
| author | Jim Lawson | 2018-08-21 13:38:04 -0700 |
|---|---|---|
| committer | GitHub | 2018-08-21 13:38:04 -0700 |
| commit | 450a8496cb3f011051b154ec873fc7212b92414c (patch) | |
| tree | 231bf26c1f14381cb046deec78f986d7306404ff | |
| parent | b3bd3c430d39e344dc6224717efeca26c9c91378 (diff) | |
Bump to Scala 2.12.6 and make it the default. (#858)
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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), |
