Skip to content

Commit

Permalink
Update scala-library to 2.13.13 in series/0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Feb 27, 2024
1 parent c2b3716 commit 0ed2573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 2.12.17, 3.2.0]
scala: [2.13.13, 2.12.17, 3.2.0]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 2.12.17
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.13]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.13]
java: [temurin@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 @@ -9,7 +9,7 @@ ThisBuild / developers := List(
// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.10"
val Scala213 = "2.13.13"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.17", "3.2.0")
ThisBuild / scalaVersion := Scala213 // the default Scala

Expand Down

0 comments on commit 0ed2573

Please sign in to comment.