Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Scala 3.3.5 #235

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- 3.3.1
- 3.3.3
- 3.3.4
- 3.3.5
- 3.4.0
- 3.4.1
- 3.4.2
Expand Down Expand Up @@ -263,6 +264,16 @@ jobs:
tar xf targets.tar
rm targets.tar

- name: Download target directories (3.3.5)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.5

- name: Inflate target directories (3.3.5)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3.4.0)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -410,5 +421,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_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 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
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
configs-ignore: test scala-tool scala-doc-tool test-internal
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="Test (ubuntu-22.04, 3.3.1, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.3.3, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.3.4, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.3.5, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.4.0, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.4.1, temurin@8)"
- status-success="Test (ubuntu-22.04, 3.4.2, temurin@8)"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ In scala-cli:
(note: versions before `0.3.8` were published under the `com.kubukoz` organization instead of `org.polyvariant`)

<!-- SCALA VERSIONS START -->
The plugin is currently published for the following 21 Scala versions:
The plugin is currently published for the following 22 Scala versions:

- 2.12.18, 2.12.19, 2.12.20
- 2.13.12, 2.13.13, 2.13.14, 2.13.15, 2.13.16
- 3.3.0, 3.3.1, 3.3.3, 3.3.4
- 3.3.0, 3.3.1, 3.3.3, 3.3.4, 3.3.5
- 3.4.0, 3.4.1, 3.4.2, 3.4.3
- 3.5.0, 3.5.1, 3.5.2
- 3.6.2, 3.6.3
Expand Down
1 change: 1 addition & 0 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
3.3.1
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1
3.4.2
Expand Down