Skip to content

Commit

Permalink
Scala 3.2 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jan 5, 2023
1 parent 48d0bf7 commit 4096ce4
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,11 +29,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.1.2]
scala: [2.13.10, 3.2.1]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 3.1.2
- scala: 3.2.1
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -197,12 +197,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.2, rootJVM)
- name: Download target directories (3.2.1, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM

- name: Inflate target directories (3.1.2, rootJVM)
- name: Inflate target directories (3.2.1, 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.10"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.1.2")
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1")
ThisBuild / scalaVersion := Scala213 // the default Scala

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

0 comments on commit 4096ce4

Please sign in to comment.