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

Do not use deprecated -target option on 2.13.9+ #385

Merged

Conversation

armanbilge
Copy link
Member

Fixes this error, seen in builds using the tlJdkRelease option with Scala 2.13.9.

[error] -target is deprecated: Use -release instead to compile against the correct platform API.

Relevant PR:

@armanbilge armanbilge requested a review from satorg October 8, 2022 21:16
@mergify mergify bot added the settings label Oct 8, 2022
Copy link
Contributor

@satorg satorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it definitely makes sense, good call out, thanks 👍

@satorg
Copy link
Contributor

satorg commented Oct 9, 2022

I wonder though, should we attempt to address this change in options between v2.13.8 and v2.13.9 in our shiny scala-options version of the future? It's one more thing to think about 🤔

@armanbilge
Copy link
Member Author

I wonder though, should we attempt to address this change in options between v2.13.8 and v2.13.9 in our shiny scala-options version of the future? It's one more thing to think about

Yes, actually this is exactly my hope for scalac-options :)

@armanbilge
Copy link
Member Author

Thanks for the review, I really appreciate having a few other eyes around 😃

@armanbilge armanbilge merged commit e1d32a3 into typelevel:series/0.4 Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants