From 8ed9d73e9e8243a0e866f411a32e990be17b0372 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Thu, 21 Mar 2024 11:52:25 +0100 Subject: [PATCH] scala 3.4.1-RC2 --- .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 e934d80..ca9d8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - 3.4.0-RC1 - 3.4.0 - 3.4.1-RC1 + - 3.4.1-RC2 java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -351,6 +352,16 @@ jobs: tar xf targets.tar rm targets.tar + - name: Download target directories (3.4.1-RC2) + uses: actions/download-artifact@v3 + with: + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-RC2 + + - name: Inflate target directories (3.4.1-RC2) + 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 15e432c..a4cda44 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -22,6 +22,7 @@ pull_request_rules: - status-success="Build and Test (ubuntu-latest, 3.4.0-RC1, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.4.0, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.4.1-RC1, temurin@8)" + - status-success="Build and Test (ubuntu-latest, 3.4.1-RC2, temurin@8)" actions: merge: method: merge diff --git a/README.md b/README.md index ddf024e..05eeb85 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The plugin is currently published for the following Scala versions: - 3.1.3 - 3.2.2 - 3.3.0-RC6, 3.3.0, 3.3.1-RC1, 3.3.1, 3.3.2-RC1, 3.3.3 -- 3.4.0-RC1, 3.4.0, 3.4.1-RC1 +- 3.4.0-RC1, 3.4.0, 3.4.1-RC1, 3.4.1-RC2 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 7305781..67a4316 100644 --- a/scala-versions +++ b/scala-versions @@ -17,3 +17,4 @@ 3.4.0-RC1 3.4.0 3.4.1-RC1 +3.4.1-RC2