Skip to content

Commit

Permalink
Update scala3-library_sjs1 to 3.3.4 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Sep 27, 2024
1 parent 9861344 commit bc1ebc7
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 @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.2.1]
scala: [2.13.10, 3.3.4]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.1]
scala: [3.3.4]
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 @@ -4,7 +4,7 @@ ThisBuild / developers := List(
)

val Scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1")
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.4")

lazy val root = tlCrossRootProject.aggregate(scalatags)

Expand Down

0 comments on commit bc1ebc7

Please sign in to comment.