Skip to content

Commit

Permalink
Bump Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 31, 2023
1 parent 5762eaa commit 653cc0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.10, 3.2.2]
scala: [2.13.10, 3.3.3]
java: [temurin@11, temurin@17]
exclude:
- scala: 3.2.2
- scala: 3.3.3
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -195,12 +195,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.2)
- name: Download target directories (3.3.3)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3

- name: Inflate target directories (3.2.2)
- name: Inflate target directories (3.3.3)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pull_request_rules:
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11)
- status-success=Generate Site (ubuntu-latest, 2.13.10, temurin@11)
actions:
merge:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ val coreDeps = Seq(
)).map(_ % Test)

val scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq(scala213, "3.2.2")
ThisBuild / crossScalaVersions := Seq(scala213, "3.3.3")
ThisBuild / scalaVersion := scala213
ThisBuild / tlBaseVersion := "1.0"
ThisBuild / startYear := Some(2019)
Expand Down

0 comments on commit 653cc0d

Please sign in to comment.