-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
scala-xml 2.0.0 (was 1.3.0) #424
scala-xml 2.0.0 (was 1.3.0) #424
Conversation
@SethTisue Does that mean we have to drop Scala 2.12.x support from twirl (and therefore also from Play), given that only scala-xml 2.0.0 supports Scala 3?
|
scala-compiler makes only very light use of scala-xml, and scala-xml 2.0 is mostly (though not entirely) binary compatible with 1.x, so I suspect it will work fine to just override the dependency to force the use of 2.0. it's worth a try |
@SethTisue Done via docs from https://github.com/sbt/sbt/releases/tag/v1.5.0 |
f603271
to
c3be1d7
Compare
@SethTisue I had to add a |
Updates org.scala-lang.modules:scala-xml from 1.3.0 to 2.0.0.
GitHub Release Notes - Changelog - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
Files still referring to the old version number
The following files still refer to the old version number (1.3.0).
You might want to review and update them manually.
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: library-update, semver-major, old-version-remains