Skip to content

Commit

Permalink
Merge pull request #27 from forkedcancel/support-scala-3.3.4
Browse files Browse the repository at this point in the history
Support Scala 3.3.4
  • Loading branch information
ghik authored Oct 2, 2024
2 parents 6283d0b + e5c61f7 commit 663eeeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
Expand Down Expand Up @@ -165,6 +166,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.4)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}

- name: Inflate target directories (3.3.4)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.3)
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inThisBuild(Seq(
crossScalaVersions := Seq(
"3.5.1", "3.5.0",
"3.4.3", "3.4.2", "3.4.1", "3.4.0",
"3.3.3", "3.3.2", "3.3.1", "3.3.0",
"3.3.4", "3.3.3", "3.3.2", "3.3.1", "3.3.0",
"3.2.2", "3.2.1",
"2.13.10", "2.13.11", "2.13.12", "2.13.13", "2.13.14",
"2.12.17", "2.12.18", "2.12.19"
Expand Down

0 comments on commit 663eeeb

Please sign in to comment.