-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(build): use scala 3 lts version #273
Conversation
Ok, I can't seem to use |
Hey, |
I think the current suggested path for library authors is to use the LTS versions - for all the reasons outlined in Long-term compatibility plans for Scala 3 - Library Maintainers but of course that's up to you. I just have a project that has some issues with dependencies moving to 3.6 so would need to keep a fork of this library. |
No, please don't, I will merge tonight and draft a release (I is a personal project ... ) |
Oh cool - that wasn't a threat btw but simply hard to make sbt + public CI to work otherwise. Looking forward to the next version then! |
Merged and Published as 0.24.0
<https://github.com/cheleb/laminar-form-derivation/releases/tag/v0.24.0>
should be accessible in 10 minutes.
Thanks for your contribution.
Cheers,
Olivier
…On Wed, Feb 12, 2025 at 4:50 PM updraft0 ***@***.***> wrote:
No, please don't, I will merge tonight and draft a release (I is a
personal project ... )
Oh cool - that wasn't a threat btw but simply hard to make sbt + public CI
to work otherwise. Looking forward to the next version then!
—
Reply to this email directly, view it on GitHub
<#273 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4NK7HTOMDDJZ2XCO7SX32PNUTLAVCNFSM6AAAAABW7NNWUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJUGEZDENBRGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
"Computers are useless. They can only give you answers."
- Pablo Picasso -
|
The current latest version is using the latest Scala 3.6 compiler, which means other projects based on Scala 3 that are not on that version cannot use it because of dependency conflicts:
I'm not sure there is anything here that requires the newer Scala compilers and cannot be on LTS.
However, the build does fail, one of the examples has this issue: scala/scala3#20741 so perhaps that's the reason it's like that. Happy to find a workaround to make this LTS scala build happen though.
Sadly there doesn't seem to be a way currently to make renovate not update to latest version either: renovatebot/renovate#31281 and renovatebot/renovate#27632