From 6a4cd9bae2530b355b6f3f98786f4c2441a8251e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Fri, 8 Sep 2023 09:02:07 +0200 Subject: [PATCH] Support Scala 3.3.1 --- .github/workflows/ci.yml | 11 +++++++++++ .mergify.yml | 1 + README.md | 2 +- scala-versions | 1 + 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b74c6..13199e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 diff --git a/.mergify.yml b/.mergify.yml index 79527ce..ae84850 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 diff --git a/README.md b/README.md index f8dfc28..f19a5cc 100644 --- a/README.md +++ b/README.md @@ -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 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)). diff --git a/scala-versions b/scala-versions index 8bda9a1..8f5a2db 100644 --- a/scala-versions +++ b/scala-versions @@ -10,3 +10,4 @@ 3.3.0-RC6 3.3.0 3.3.1-RC1 +3.3.1