Skip to content

Commit

Permalink
Update scala-library to 2.13.16 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Jan 16, 2025
1 parent 720ed14 commit 2b3c76d
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, 3.2.1]
scala: [2.13.16, 3.2.1]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.16]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.16]
java: [temurin@11]
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 @@ -10,7 +10,7 @@ ThisBuild / developers := List(
// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.10"
val Scala213 = "2.13.16"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1")
ThisBuild / scalaVersion := Scala213 // the default Scala

Expand Down

0 comments on commit 2b3c76d

Please sign in to comment.