Skip to content

Commit

Permalink
Update scala-library to 2.12.19 in series/0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Jul 29, 2024
1 parent 3700707 commit 99a1480
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,13 +29,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.11, 3.3.3]
scala: [2.12.19, 2.13.11, 3.3.3]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
- scala: 2.12.18
- scala: 2.12.19
java: temurin@11
- scala: 2.12.18
- scala: 2.12.19
java: temurin@17
- scala: 3.3.3
java: temurin@11
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(
)

val Scala213 = "2.13.11"
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.3")
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213

lazy val root = tlCrossRootProject.aggregate(scalatags)
Expand Down

0 comments on commit 99a1480

Please sign in to comment.