Skip to content

Commit

Permalink
Merge pull request #57 from http4s/update/scala3-library-3.2.0
Browse files Browse the repository at this point in the history
Update scala3-library to 3.2.0
  • Loading branch information
rossabaker authored Oct 11, 2022
2 parents 9c242fb + 08c21b8 commit d682672
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.13.8, 2.12.16, 3.1.3]
scala: [2.13.8, 2.12.16, 3.2.0]
java: [temurin@8, temurin@11, temurin@17]
exclude:
- scala: 2.12.16
java: temurin@11
- scala: 2.12.16
java: temurin@17
- scala: 3.1.3
- scala: 3.2.0
java: temurin@11
- scala: 3.1.3
- scala: 3.2.0
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -264,12 +264,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.3)
- name: Download target directories (3.2.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0

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

val Scala213 = "2.13.8"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.16", "3.1.3")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.16", "3.2.0")
ThisBuild / scalaVersion := Scala213 // the default Scala

ThisBuild / resolvers +=
Expand Down

0 comments on commit d682672

Please sign in to comment.