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

Fix deprecation warning, drop sbt 1.0.x support #232

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

Malax
Copy link
Member

@Malax Malax commented Oct 31, 2023

As reported in #231, the sbt plugin injected by this buildpack causes deprecation warnings with sbt >= 1.5.

The fix requires the plugin to use the slash syntax which is only supported in sbt since 1.1. Since version 1.0 is EOL for some time now and a migration to 1.1 or later is trivial, this PR removes sbt 1.0 support instead of providing a special plugin for that version. Error messages have been adjusted accordingly.

Fixes #231.
Ref: GUS-W-14387696

@Malax Malax changed the title Fix deprecation warning, drop sbt 1.1 support Fix deprecation warning, drop sbt 1.0.x support Oct 31, 2023
@Malax Malax force-pushed the malax/fix-deprecation-warning branch 6 times, most recently from e8ac0d4 to b553c44 Compare October 31, 2023 12:53
@Malax Malax marked this pull request as ready for review October 31, 2023 13:01
@Malax Malax requested a review from a team as a code owner October 31, 2023 13:01
lib/common.sh Outdated Show resolved Hide resolved
@Malax Malax mentioned this pull request Feb 5, 2024
@Malax Malax force-pushed the malax/fix-deprecation-warning branch 2 times, most recently from 21794b6 to 8a221be Compare February 7, 2024 09:27
@Malax Malax force-pushed the malax/fix-deprecation-warning branch from 8a221be to 541f9be Compare February 7, 2024 09:42
@Malax Malax requested a review from edmorley February 7, 2024 09:45
@Malax Malax enabled auto-merge (squash) February 7, 2024 09:47
@Malax Malax merged commit c29263b into main Feb 7, 2024
5 checks passed
@Malax Malax deleted the malax/fix-deprecation-warning branch February 7, 2024 09:51
@heroku-linguist heroku-linguist bot mentioned this pull request Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to new slash syntax
2 participants