Skip to content

Commit

Permalink
Merge pull request #171 from http4s/update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.19
  • Loading branch information
rossabaker authored Jun 3, 2024
2 parents c71c205 + c388576 commit 340db6a
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,10 +29,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.11, 2.12.18, 3.3.0]
scala: [2.13.11, 2.12.19, 3.3.0]
java: [temurin@11, temurin@17]
exclude:
- scala: 2.12.18
- scala: 2.12.19
java: temurin@17
- scala: 3.3.0
java: temurin@17
Expand Down Expand Up @@ -197,12 +197,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18)
- name: Download target directories (2.12.19)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19

- name: Inflate target directories (2.12.18)
- name: Inflate target directories (2.12.19)
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 @@ -12,7 +12,7 @@ ThisBuild / developers := List(
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.11"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.18", "3.3.0")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.0")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / githubWorkflowJavaVersions ~= {
// Jetty 10 bumps the requirement to Java 11
Expand Down

0 comments on commit 340db6a

Please sign in to comment.