Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.15 (chipsalliance#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 20, 2021
1 parent 9db0031 commit 51cca66
Show file tree
Hide file tree
Showing 3 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.7, 2.12.14]
scala: [2.13.7, 2.12.15]

steps:
- name: Checkout
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.7, 2.12.14]
scala: [2.13.7, 2.12.15]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enablePlugins(SiteScaladocPlugin)

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.13.7", "2.12.14")
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.13.7", "2.12.15")
)

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.7")
object firrtl extends mill.Cross[firrtlCrossModule]("2.12.15", "2.13.7")

class firrtlCrossModule(val crossScalaVersion: String)
extends CrossSbtModule
Expand Down

0 comments on commit 51cca66

Please sign in to comment.