diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d47825..46a9efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,20 +42,14 @@ jobs: - 2.13.15 - 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.3.4 - - 3.4.0-RC1 - 3.4.0 - - 3.4.1-RC1 - 3.4.1 - 3.4.2 - 3.4.3 - - 3.5.0-RC1 - 3.5.0 - 3.5.1 - 3.5.2 @@ -239,16 +233,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0-RC6) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-RC6 - - - name: Inflate target directories (3.3.0-RC6) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.3.0) uses: actions/download-artifact@v4 with: @@ -259,16 +243,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1-RC1) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-RC1 - - - name: Inflate target directories (3.3.1-RC1) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.3.1) uses: actions/download-artifact@v4 with: @@ -279,16 +253,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.2-RC1) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.2-RC1 - - - name: Inflate target directories (3.3.2-RC1) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.3.3) uses: actions/download-artifact@v4 with: @@ -309,16 +273,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.4.0-RC1) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.0-RC1 - - - name: Inflate target directories (3.4.0-RC1) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.4.0) uses: actions/download-artifact@v4 with: @@ -329,16 +283,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.4.1-RC1) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-RC1 - - - name: Inflate target directories (3.4.1-RC1) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.4.1) uses: actions/download-artifact@v4 with: @@ -369,16 +313,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.5.0-RC1) - uses: actions/download-artifact@v4 - with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.5.0-RC1 - - - name: Inflate target directories (3.5.0-RC1) - run: | - tar xf targets.tar - rm targets.tar - - name: Download target directories (3.5.0) uses: actions/download-artifact@v4 with: @@ -476,5 +410,5 @@ jobs: - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 with: - modules-ignore: root_2.12 root_2.12 root_2.12 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 tests_2.12 tests_2.12 tests_2.12 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 + modules-ignore: root_2.12 root_2.12 root_2.12 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_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 configs-ignore: test scala-tool scala-doc-tool test-internal diff --git a/.mergify.yml b/.mergify.yml index 6d8e8fb..f0b7b69 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,20 +12,14 @@ pull_request_rules: - status-success="Build and Test (ubuntu-latest, 2.13.15, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.1.3, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.2.2, temurin@8)" - - 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)" - - status-success="Build and Test (ubuntu-latest, 3.3.2-RC1, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.3.3, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.3.4, temurin@8)" - - 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, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.4.2, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.4.3, temurin@8)" - - status-success="Build and Test (ubuntu-latest, 3.5.0-RC1, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.5.0, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.5.1, temurin@8)" - status-success="Build and Test (ubuntu-latest, 3.5.2, temurin@8)" diff --git a/README.md b/README.md index aba3d4e..70c67eb 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,15 @@ In scala-cli: (note: versions before `0.3.8` were published under the `com.kubukoz` organization instead of `org.polyvariant`) -The plugin is currently published for the following 27 Scala versions: +The plugin is currently published for the following 21 Scala versions: - 2.12.18, 2.12.19, 2.12.20 - 2.13.12, 2.13.13, 2.13.14, 2.13.15 - 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.3.4 -- 3.4.0-RC1, 3.4.0, 3.4.1-RC1, 3.4.1, 3.4.2, 3.4.3 -- 3.5.0-RC1, 3.5.0, 3.5.1, 3.5.2 +- 3.3.0, 3.3.1, 3.3.3, 3.3.4 +- 3.4.0, 3.4.1, 3.4.2, 3.4.3 +- 3.5.0, 3.5.1, 3.5.2 - 3.6.2 diff --git a/scala-versions b/scala-versions index 2ba6e33..95c68d2 100644 --- a/scala-versions +++ b/scala-versions @@ -7,20 +7,14 @@ 2.13.15 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.3.4 -3.4.0-RC1 3.4.0 -3.4.1-RC1 3.4.1 3.4.2 3.4.3 -3.5.0-RC1 3.5.0 3.5.1 3.5.2