Skip to content

downgrade to scala 3.3 LTS #324

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

Merged
merged 3 commits into from
May 23, 2025
Merged

downgrade to scala 3.3 LTS #324

merged 3 commits into from
May 23, 2025

Conversation

mpollmeier
Copy link
Contributor

Projects that are used as libraries should stick to the latest LTS version.

Scala 3 guarantees backward compatibility across minor releases in the entire 3.x series, but no
t forward compatibility. This means that libraries compiled with any Scala 3.x version can be used
in projects compiled with any Scala 3.y version with y >= x.

https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html#library-maintainers
https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html

Projects that are used as libraries should stick to the latest LTS version.

Scala 3 guarantees backward compatibility across minor releases in the entire 3.x series, but no
t forward compatibility. This means that libraries compiled with any Scala 3.x version can be used
in projects compiled with any Scala 3.y version with y >= x.

https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html#library-maintainers
https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html
@mpollmeier mpollmeier requested review from bbrehm and maltek May 22, 2025 12:26
@mpollmeier mpollmeier merged commit 03744b1 into master May 23, 2025
1 check passed
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.

2 participants