Skip to content

Commit

Permalink
Merge pull request #285 from http4s/update/series/0.24/scala3-library…
Browse files Browse the repository at this point in the history
…-3.3.3

Update scala3-library to 3.3.3 in series/0.24
  • Loading branch information
rossabaker authored Jun 6, 2024
2 parents 1b311f3 + ab722e9 commit d02d6f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.19, 2.13.11, 3.3.0]
scala: [2.12.19, 2.13.11, 3.3.3]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.19
java: temurin@17
- scala: 3.3.0
- scala: 3.3.3
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -208,12 +208,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.0, rootJVM)
- name: Download target directories (3.3.3, rootJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM

- name: Inflate target directories (3.3.0, rootJVM)
- name: Inflate target directories (3.3.3, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ThisBuild / developers := List(
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.11"
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213 // the default Scala

// Jetty 10+, for testing, requires Java 11.
Expand Down

0 comments on commit d02d6f1

Please sign in to comment.