-
Notifications
You must be signed in to change notification settings - Fork 504
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
Avoid pushing scala updates for non LTS versions #3302
Comments
Related #2467 |
(now that I'm back on my computer I see that) It's possible this was already fixed, as at modules/core/src/main/resources/default.scala-steward.conf I see
@Kordyjan but of course this is specific to 3.4.0; is there some update to the Scala 3 release steps that is still needed to prevent this from reoccurring...? |
For now, 3.4 releases are ignored. It will remain that way for some time. Later, we will propose a change to the Scala steward to only bump the version to the Scala Next version if the project is already on Scala Next. |
It looks like updates are still going out: typelevel/typelevel.g8#135 |
Another example: Comcast/ip4s#575 |
#3323 should fix that |
It would be very helpful if updates for the scala language were limited to the LTS versions unless otherwise configured. The Steward pushed out versions for 3.4 recently and this version is not intended for libraries.
The text was updated successfully, but these errors were encountered: