aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-08-13 16:47:31 -0700
committerGitHub2020-08-13 23:47:31 +0000
commitf0e538b69b30bc197ccc1ddae37a98de28d3577f (patch)
treeac55c6be8f07a4e8fc1a01e8acd2772aa1dce37c /build.sbt
parent57f4ca4dfb5cf3853af4c3bb0f8caacddd182a9c (diff)
Bump to Scala 2.12.12 (#1847)
Also fix mill build to include new BuildInfo Leave Scala 2.13.2 alone, there are problems when bumping
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 1a0352b7..f329808a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,8 +21,8 @@ lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
name := "firrtl",
version := "1.4-SNAPSHOT",
- scalaVersion := "2.12.11",
- crossScalaVersions := Seq("2.13.2", "2.12.11", "2.11.12"),
+ scalaVersion := "2.12.12",
+ crossScalaVersions := Seq("2.13.2", "2.12.12", "2.11.12"),
addCompilerPlugin(scalafixSemanticdb),
scalacOptions := Seq(
"-deprecation",