diff options
| author | Jack Koenig | 2020-08-13 16:47:31 -0700 |
|---|---|---|
| committer | GitHub | 2020-08-13 23:47:31 +0000 |
| commit | f0e538b69b30bc197ccc1ddae37a98de28d3577f (patch) | |
| tree | ac55c6be8f07a4e8fc1a01e8acd2772aa1dce37c /build.sbt | |
| parent | 57f4ca4dfb5cf3853af4c3bb0f8caacddd182a9c (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.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
