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

Commit

Permalink
Update scala-library, scala-reflect to 2.13.7 (#2401)
Browse files Browse the repository at this point in the history
* Update sbt-scalafix to 0.9.32

* Update scala-library, scala-reflect to 2.13.7
  • Loading branch information
scala-steward authored Nov 20, 2021
1 parent b027eb4 commit 9db0031
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.6, 2.12.14]
scala: [2.13.7, 2.12.14]

steps:
- name: Checkout
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.6, 2.12.14]
scala: [2.13.7, 2.12.14]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enablePlugins(SiteScaladocPlugin)
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.13.6", "2.12.14")
crossScalaVersions := Seq("2.13.7", "2.12.14")
)

lazy val isAtLeastScala213 = Def.setting {
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import mill.contrib.buildinfo.BuildInfo

import java.io.IOException

object firrtl extends mill.Cross[firrtlCrossModule]("2.12.14", "2.13.6")
object firrtl extends mill.Cross[firrtlCrossModule]("2.12.14", "2.13.7")

class firrtlCrossModule(val crossScalaVersion: String)
extends CrossSbtModule
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")

addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.0")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32")

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")

Expand Down

0 comments on commit 9db0031

Please sign in to comment.