Skip to content

Commit 1adeaf1

Browse files
committed
Add 3.6.4
1 parent bc47b40 commit 1adeaf1

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- 3.5.2
5656
- 3.6.2
5757
- 3.6.3
58+
- 3.6.4
5859
java: [temurin@8]
5960
runs-on: ${{ matrix.os }}
6061
timeout-minutes: 60
@@ -364,6 +365,16 @@ jobs:
364365
tar xf targets.tar
365366
rm targets.tar
366367
368+
- name: Download target directories (3.6.4)
369+
uses: actions/download-artifact@v4
370+
with:
371+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.6.4
372+
373+
- name: Inflate target directories (3.6.4)
374+
run: |
375+
tar xf targets.tar
376+
rm targets.tar
377+
367378
- name: Import signing key
368379
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
369380
env:
@@ -421,5 +432,5 @@ jobs:
421432
- name: Submit Dependencies
422433
uses: scalacenter/sbt-dependency-submission@v2
423434
with:
424-
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 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
435+
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 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
425436
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
@@ -25,6 +25,7 @@ pull_request_rules:
2525
- status-success="Test (ubuntu-22.04, 3.5.2, temurin@8)"
2626
- status-success="Test (ubuntu-22.04, 3.6.2, temurin@8)"
2727
- status-success="Test (ubuntu-22.04, 3.6.3, temurin@8)"
28+
- status-success="Test (ubuntu-22.04, 3.6.4, temurin@8)"
2829
actions:
2930
merge:
3031
method: merge

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ 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 22 Scala versions:
42+
The plugin is currently published for the following 23 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
4646
- 3.3.0, 3.3.1, 3.3.3, 3.3.4, 3.3.5
4747
- 3.4.0, 3.4.1, 3.4.2, 3.4.3
4848
- 3.5.0, 3.5.1, 3.5.2
49-
- 3.6.2, 3.6.3
49+
- 3.6.2, 3.6.3, 3.6.4
5050
<!-- SCALA VERSIONS END -->
5151

5252
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
@@ -20,3 +20,4 @@
2020
3.5.2
2121
3.6.2
2222
3.6.3
23+
3.6.4

0 commit comments

Comments
 (0)