Skip to content

Commit 3849431

Browse files
Add 3.3.7-RC1 support
1 parent 527b719 commit 3849431

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
@@ -47,6 +47,7 @@ jobs:
4747
- 3.3.4
4848
- 3.3.5
4949
- 3.3.6
50+
- 3.3.7-RC1
5051
- 3.4.0
5152
- 3.4.1
5253
- 3.4.2
@@ -293,6 +294,16 @@ jobs:
293294
tar xf targets.tar
294295
rm targets.tar
295296
297+
- name: Download target directories (3.3.7-RC1)
298+
uses: actions/download-artifact@v4
299+
with:
300+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-RC1
301+
302+
- name: Inflate target directories (3.3.7-RC1)
303+
run: |
304+
tar xf targets.tar
305+
rm targets.tar
306+
296307
- name: Download target directories (3.4.0)
297308
uses: actions/download-artifact@v4
298309
with:
@@ -520,5 +531,5 @@ jobs:
520531
- name: Submit Dependencies
521532
uses: scalacenter/sbt-dependency-submission@v2
522533
with:
523-
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 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
534+
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 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
524535
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
@@ -24,6 +24,7 @@ pull_request_rules:
2424
- status-success=Test (ubuntu-22.04, 3.3.4, temurin@8)
2525
- status-success=Test (ubuntu-22.04, 3.3.5, temurin@8)
2626
- status-success=Test (ubuntu-22.04, 3.3.6, temurin@8)
27+
- status-success=Test (ubuntu-22.04, 3.3.7-RC1, temurin@8)
2728
- status-success=Test (ubuntu-22.04, 3.4.0, temurin@8)
2829
- status-success=Test (ubuntu-22.04, 3.4.1, temurin@8)
2930
- status-success=Test (ubuntu-22.04, 3.4.2, temurin@8)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ 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 31 Scala versions:
42+
The plugin is currently published for the following 32 Scala versions:
4343

4444
- 2.12.18, 2.12.19, 2.12.20
4545
- 2.13.12, 2.13.13, 2.13.14, 2.13.15, 2.13.16
46-
- 3.3.0, 3.3.1, 3.3.3, 3.3.4, 3.3.5, 3.3.6
46+
- 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
4949
- 3.6.2, 3.6.3, 3.6.4

scala-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
3.3.4
1313
3.3.5
1414
3.3.6
15+
3.3.7-RC1
1516
3.4.0
1617
3.4.1
1718
3.4.2

0 commit comments

Comments
 (0)