Skip to content

Commit

Permalink
Update scala-library to 2.13.8 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent 5c2fe0b commit f8e3dfd
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7, 2.12.15, 3.1.0]
scala: [2.13.8, 2.12.15, 3.1.0]
java: [adopt@1.11]
platform: [jvm, js, native]
exclude:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7, 2.12.15, 3.1.0]
scala: [2.13.8, 2.12.15, 3.1.0]
java: [adopt@1.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
@@ -1,7 +1,7 @@
import sbtcrossproject.{crossProject, CrossType}

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

ThisBuild / crossScalaVersions := Seq(Scala213, Scala212, "3.1.0")
ThisBuild / scalaVersion := Scala213
Expand Down

0 comments on commit f8e3dfd

Please sign in to comment.