Skip to content

Commit

Permalink
Merge pull request #22 from mtomko/2.13.14
Browse files Browse the repository at this point in the history
Support 2.13.14
  • Loading branch information
ghik committed May 2, 2024
2 parents 0617dfc + 7322f8d commit a6a3d50
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 @@ -36,6 +36,7 @@ jobs:
- 2.13.11
- 2.13.12
- 2.13.13
- 2.13.14
- 2.12.17
- 2.12.18
- 2.12.19
Expand Down Expand Up @@ -236,6 +237,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.14)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}

- name: Inflate target directories (2.13.14)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17)
uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inThisBuild(Seq(
"3.4.1", "3.4.0",
"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.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 a6a3d50

Please sign in to comment.