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 | |
| parent | 031fe1382660867750e6eeebea5665c137dbccbe (diff) | |
Bump to Scala 2.12.13 and 2.13.4 (#2053)
| -rw-r--r-- | build.sbt | 4 | ||||
| -rw-r--r-- | project/plugins.sbt | 4 |
2 files changed, 4 insertions, 4 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", diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ed7accf..888e09da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,11 +18,11 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") |
