aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-03-26 13:52:47 -0700
committerGitHub2020-03-26 20:52:47 +0000
commita458754f2c308c08bc152df1785a8468edfc27a4 (patch)
treea34e72e45140376d619d8be33305a827d9861e7b /build.sbt
parent249ed127cf6bf849f9895b8b603bececba1c5d76 (diff)
Bump to Scala 2.12.11 (#1473)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
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 21d6dcdc..8cdedb27 100644
--- a/build.sbt
+++ b/build.sbt
@@ -33,8 +33,8 @@ lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
name := "firrtl",
version := "1.3-SNAPSHOT",
- scalaVersion := "2.12.10",
- crossScalaVersions := Seq("2.12.10", "2.11.12"),
+ scalaVersion := "2.12.11",
+ crossScalaVersions := Seq("2.12.11", "2.11.12"),
addCompilerPlugin(scalafixSemanticdb),
scalacOptions := scalacOptionsVersion(scalaVersion.value) ++ Seq(
"-deprecation",