From 450a8496cb3f011051b154ec873fc7212b92414c Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 21 Aug 2018 13:38:04 -0700 Subject: Bump to Scala 2.12.6 and make it the default. (#858) --- build.sbt | 4 ++-- 1 file 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), -- cgit v1.2.3