Skip to content

Commit

Permalink
Merge pull request #125 from http4s/update/series/0.23/scala-library-…
Browse files Browse the repository at this point in the history
…2.13.12

Update scala-library to 2.13.12 in series/0.23
  • Loading branch information
rossabaker authored Feb 2, 2024
2 parents af6e11d + 0ff794c commit 519235b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.12.17, 2.13.10, 3.3.1]
scala: [2.12.17, 2.13.12, 3.3.1]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 2.12.17
Expand Down Expand Up @@ -233,12 +233,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10)
- name: Download target directories (2.13.12)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12

- name: Inflate target directories (2.13.10)
- name: Inflate target directories (2.13.12)
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 @@ -5,7 +5,7 @@ ThisBuild / developers := List(
ThisBuild / startYear := Some(2014)

val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
val Scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.1")
ThisBuild / scalaVersion := Scala213
ThisBuild / tlSkipIrrelevantScalas := true
Expand Down

0 comments on commit 519235b

Please sign in to comment.