diff options
| author | Jack Koenig | 2021-01-22 14:06:35 -0800 |
|---|---|---|
| committer | GitHub | 2021-01-22 14:06:35 -0800 |
| commit | e32309412f7da6e0e50f4aae23baa79e61857f9b (patch) | |
| tree | 3c3679f2ec5107091f35010ac58e012af6d45bba /build.sbt | |
| parent | 031fe1382660867750e6eeebea5665c137dbccbe (diff) | |
Bump to Scala 2.12.13 and 2.13.4 (#2053)
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.5-SNAPSHOT", - scalaVersion := "2.12.12", - crossScalaVersions := Seq("2.13.2", "2.12.12", "2.11.12"), + scalaVersion := "2.12.13", + crossScalaVersions := Seq("2.13.4", "2.12.13", "2.11.12"), addCompilerPlugin(scalafixSemanticdb), scalacOptions := Seq( "-deprecation", |
