Skip to content

Commit

Permalink
Update scala-library to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent b896ac7 commit 4b25063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.7, 3.0.2]
scala: [2.12.15, 2.13.8, 3.0.2]
java: [adoptium@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
scala: [2.13.8]
java: [adoptium@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ThisBuild / versionIntroduced := Map(
)

val Scala212 = "2.12.15"
val Scala213 = "2.13.7"
val Scala213 = "2.13.8"
val Scala3 = "3.0.2"

ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
Expand Down

0 comments on commit 4b25063

Please sign in to comment.