Skip to content

Commit

Permalink
Merge pull request #105 from http4s/update/series/0.23/scala3-library…
Browse files Browse the repository at this point in the history
…-3.3.0

Update scala3-library to 3.3.0 in series/0.23
  • Loading branch information
rossabaker authored Jul 5, 2023
2 parents 4c03547 + 40185a3 commit 06f1905
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10, 3.2.1]
scala: [2.12.17, 2.13.10, 3.3.0]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 2.12.17
java: temurin@11
- scala: 2.12.17
java: temurin@17
- scala: 3.2.1
- scala: 3.3.0
java: temurin@11
- scala: 3.2.1
- scala: 3.3.0
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -244,12 +244,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.1)
- name: Download target directories (3.3.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0

- name: Inflate target directories (3.2.1)
- name: Inflate target directories (3.3.0)
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 @@ -6,7 +6,7 @@ ThisBuild / startYear := Some(2014)

val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.2.1")
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.0")
ThisBuild / scalaVersion := Scala213
ThisBuild / tlSkipIrrelevantScalas := true

Expand Down

0 comments on commit 06f1905

Please sign in to comment.