Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Bump to Scala 2.12.13 and 2.13.4 (#2053)
Browse files Browse the repository at this point in the history
(cherry picked from commit e323094)

# Conflicts:
#	build.sbt
  • Loading branch information
jackkoenig authored and mergify-bot committed Jan 22, 2021
1 parent 6020600 commit 9da4e53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
name := "firrtl",
<<<<<<< HEAD
version := "1.4-SNAPSHOT",
scalaVersion := "2.12.12",
crossScalaVersions := Seq("2.13.2", "2.12.12", "2.11.12"),
=======
version := "1.5-SNAPSHOT",
scalaVersion := "2.12.13",
crossScalaVersions := Seq("2.13.4", "2.12.13", "2.11.12"),
>>>>>>> e3230941... Bump to Scala 2.12.13 and 2.13.4 (#2053)
addCompilerPlugin(scalafixSemanticdb),
scalacOptions := Seq(
"-deprecation",
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 9da4e53

Please sign in to comment.