Skip to content

Commit c7a5da3

Browse files
Add 3.7.4 support
1 parent 88b15c7 commit c7a5da3

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
@@ -68,6 +68,7 @@ jobs:
6868
- 3.7.3-RC1
6969
- 3.7.3-RC2
7070
- 3.7.3
71+
- 3.7.4
7172
java: [temurin@8]
7273
runs-on: ${{ matrix.os }}
7374
timeout-minutes: 60
@@ -507,6 +508,16 @@ jobs:
507508
tar xf targets.tar
508509
rm targets.tar
509510
511+
- name: Download target directories (3.7.4)
512+
uses: actions/download-artifact@v4
513+
with:
514+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.7.4
515+
516+
- name: Inflate target directories (3.7.4)
517+
run: |
518+
tar xf targets.tar
519+
rm targets.tar
520+
510521
- name: Import signing key
511522
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
512523
env:
@@ -564,5 +575,5 @@ jobs:
564575
- name: Submit Dependencies
565576
uses: scalacenter/sbt-dependency-submission@v2
566577
with:
567-
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 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 tests_3
578+
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 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 tests_3 tests_3
568579
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
@@ -45,6 +45,7 @@ pull_request_rules:
4545
- status-success=Test (ubuntu-22.04, 3.7.3-RC1, temurin@8)
4646
- status-success=Test (ubuntu-22.04, 3.7.3-RC2, temurin@8)
4747
- status-success=Test (ubuntu-22.04, 3.7.3, temurin@8)
48+
- status-success=Test (ubuntu-22.04, 3.7.4, temurin@8)
4849
actions:
4950
merge: {}
5051
- name: Label plugin PRs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ 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 35 Scala versions:
42+
The plugin is currently published for the following 36 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, 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, 3.3.7
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
50-
- 3.7.0, 3.7.1, 3.7.2-RC1, 3.7.2-RC2, 3.7.2, 3.7.3-RC1, 3.7.3-RC2, 3.7.3
50+
- 3.7.0, 3.7.1, 3.7.2-RC1, 3.7.2-RC2, 3.7.2, 3.7.3-RC1, 3.7.3-RC2, 3.7.3, 3.7.4
5151
<!-- SCALA VERSIONS END -->
5252

5353
For older Scala versions, see [previous versions of better-tostring](https://repo1.maven.org/maven2/org/polyvariant) ([or even older versions](https://repo1.maven.org/maven2/com/kubukoz)).

scala-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
3.7.3-RC1
3434
3.7.3-RC2
3535
3.7.3
36+
3.7.4

0 commit comments

Comments
 (0)