Skip to content

Compatibility with Scala 2.12 #461

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

Closed
gmendonca opened this issue Sep 19, 2022 · 2 comments
Closed

Compatibility with Scala 2.12 #461

gmendonca opened this issue Sep 19, 2022 · 2 comments

Comments

@gmendonca
Copy link

Hi 👋 It seems that from 2.0.1 onwards I started to get the same error previous described here:
scala/scala#9743

[error] 	* org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over {1.0.6}
[error] 	    +- org.scoverage:scalac-scoverage-reporter_2.12:2.0.1 (depends on 2.1.0)
[error] 	    +- org.scalatra.scalate:scalate-util_2.12:1.8.0       (depends on 1.0.6)
[error] 	    +- org.scala-lang:scala-compiler:2.12.16              (depends on 1.0.6)
[error] 	    +- com.typesafe.play:twirl-api_2.12:1.3.13            (depends on 1.0.6)

Wondering if we could keep the compatibility for 2.12?

@seanrohead
Copy link

If you update to Scala 2.12.17, it will remove one of the conflicts (scala-compiler), but then it's up to scalatra and play to update their libraries to use scala-xml 2.1.0 to get rid of the other two conflicts

@ckipp01
Copy link
Member

ckipp01 commented Sep 20, 2022

You can see the bigger conversation about this in scala/bug#12632 and also a fix for it. We're in an odd situation for the time being where half the ecosystem has switched and the other not. So the other plugins will need to bump.

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

No branches or pull requests

3 participants