Skip to content

Commit 0bdc78e

Browse files
Add 2.13.17 support
1 parent f59ee11 commit 0bdc78e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- 2.13.14
4242
- 2.13.15
4343
- 2.13.16
44+
- 2.13.17
4445
- 3.3.0
4546
- 3.3.1
4647
- 3.3.3
@@ -235,6 +236,16 @@ jobs:
235236
tar xf targets.tar
236237
rm targets.tar
237238
239+
- name: Download target directories (2.13.17)
240+
uses: actions/download-artifact@v4
241+
with:
242+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17
243+
244+
- name: Inflate target directories (2.13.17)
245+
run: |
246+
tar xf targets.tar
247+
rm targets.tar
248+
238249
- name: Download target directories (3.3.0)
239250
uses: actions/download-artifact@v4
240251
with:
@@ -542,5 +553,5 @@ jobs:
542553
- name: Submit Dependencies
543554
uses: scalacenter/sbt-dependency-submission@v2
544555
with:
545-
modules-ignore: root_2.12 root_2.12 root_2.12 root_2.13 root_2.13 root_2.13 root_2.13 root_2.13 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 tests_2.12 tests_2.12 tests_2.12 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3
556+
modules-ignore: root_2.12 root_2.12 root_2.12 root_2.13 root_2.13 root_2.13 root_2.13 root_2.13 root_2.13 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 tests_2.12 tests_2.12 tests_2.12 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3
546557
configs-ignore: test scala-tool scala-doc-tool test-internal

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pull_request_rules:
1818
- status-success=Test (ubuntu-22.04, 2.13.14, temurin@8)
1919
- status-success=Test (ubuntu-22.04, 2.13.15, temurin@8)
2020
- status-success=Test (ubuntu-22.04, 2.13.16, temurin@8)
21+
- status-success=Test (ubuntu-22.04, 2.13.17, temurin@8)
2122
- status-success=Test (ubuntu-22.04, 3.3.0, temurin@8)
2223
- status-success=Test (ubuntu-22.04, 3.3.1, temurin@8)
2324
- status-success=Test (ubuntu-22.04, 3.3.3, temurin@8)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ In scala-cli:
3939
(note: versions before `0.3.8` were published under the `com.kubukoz` organization instead of `org.polyvariant`)
4040

4141
<!-- SCALA VERSIONS START -->
42-
The plugin is currently published for the following 33 Scala versions:
42+
The plugin is currently published for the following 34 Scala versions:
4343

4444
- 2.12.18, 2.12.19, 2.12.20
45-
- 2.13.12, 2.13.13, 2.13.14, 2.13.15, 2.13.16
45+
- 2.13.12, 2.13.13, 2.13.14, 2.13.15, 2.13.16, 2.13.17
4646
- 3.3.0, 3.3.1, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7-RC1
4747
- 3.4.0, 3.4.1, 3.4.2, 3.4.3
4848
- 3.5.0, 3.5.1, 3.5.2

scala-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
2.13.14
77
2.13.15
88
2.13.16
9+
2.13.17
910
3.3.0
1011
3.3.1
1112
3.3.3

0 commit comments

Comments
 (0)