-
Notifications
You must be signed in to change notification settings - Fork 6
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
What to do about Scala 3.4? #132
Comments
We could add a new conditional that lets folks choose to add the latest Scala 3.4 to the cross versions. |
|
Perhaps I'm misunderstanding, but this is not a valid approach. You can't cross-publish for multiple versions of Scala 3 because they all have a common I think the template should stay pinned to the LTS series. This template represents our recommendation for how to build and publish a library and supporting LTS is a key part of that. If a user wants to live on the edge they can trivially change the Scala version themselves. |
oh no.... i didn't realize that. Then yes, I 100% agree, LTS for life. |
I think we can close this. We only support LTS versions of Scala. |
Originally posted by @valencik in #131 (comment)
The text was updated successfully, but these errors were encountered: