Skip to content

Commit

Permalink
Merge pull request #18 from mtomko/main
Browse files Browse the repository at this point in the history
Add 2.13.13
  • Loading branch information
ghik authored Feb 23, 2024
2 parents e6421c6 + 6be9a42 commit 539fe2e
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 @@ -41,6 +41,7 @@ jobs:
- 2.13.10
- 2.13.11
- 2.13.12
- 2.13.13
- 2.12.17
- 2.12.18
java: [temurin@17]
Expand Down Expand Up @@ -290,6 +291,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.13)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}

- name: Inflate target directories (2.13.13)
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-RC1", "3.4.0",
"3.3.2", "3.3.1", "3.3.1-RC7", "3.3.1-RC6", "3.3.1-RC5", "3.3.1-RC4", "3.3.1-RC3", "3.3.1-RC2", "3.3.1-RC1", "3.3.0",
"3.2.2", "3.2.1",
"2.13.10", "2.13.11", "2.13.12",
"2.13.10", "2.13.11", "2.13.12", "2.13.13",
"2.12.17", "2.12.18"
),

Expand Down

0 comments on commit 539fe2e

Please sign in to comment.