Skip to content

Commit

Permalink
Update scala-library to 2.13.15 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Sep 25, 2024
1 parent 84ea424 commit f3416d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.12, 3.3.3]
scala: [2.13.15, 3.3.3]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 3.3.3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / developers := List(
)
ThisBuild / startYear := Some(2014)

val Scala213 = "2.13.12"
val Scala213 = "2.13.15"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213

Expand Down

0 comments on commit f3416d6

Please sign in to comment.