Skip to content

Commit

Permalink
Support Scala 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 8, 2023
1 parent 8c404b9 commit 6a4cd9b
Show file tree
Hide file tree
Showing 4 changed files with 14 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:
- 3.3.0-RC6
- 3.3.0
- 3.3.1-RC1
- 3.3.1
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -274,6 +275,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1

- name: Inflate target directories (3.3.1)
run: |
tar xf targets.tar
rm targets.tar
- name: Import signing key
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
run: echo $PGP_SECRET | base64 -di | gpg --import
Expand Down
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 3.3.0-RC6, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.0, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.1-RC1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.1, temurin@8)"
actions:
merge:
method: merge
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The plugin is currently published for the following Scala versions:
- 3.0.2
- 3.1.3
- 3.2.2
- 3.3.0-RC6, 3.3.0, 3.3.1-RC1
- 3.3.0-RC6, 3.3.0, 3.3.1-RC1, 3.3.1
<!-- SCALA VERSIONS END -->

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)).
Expand Down
1 change: 1 addition & 0 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
3.3.0-RC6
3.3.0
3.3.1-RC1
3.3.1

0 comments on commit 6a4cd9b

Please sign in to comment.