-
Notifications
You must be signed in to change notification settings - Fork 92
add Scala 2.13.0-Mx to crossScalaVersions
#142
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
Comments
Ok, then we'll need definitely need to bump a la #141 to support a 2.13. Otherwise, mima will fail when building because it won't have a previous 2.13 build (unless somebody publishes a 1.0.5 build with 2.13). In this case, the circular dependency helps rather than hurts in this way. |
Oh haha you already thought through what I just got done writing on the other ticket. |
Hilarious! Well, hopefully we came around to the same conclusions. |
The sbt-scala-modules plugin uses |
for x=1, currently
because of the circular dependency between scalac and scala-xml, the Scala release process also publishes scala-xml, so 1.0.6 is already published for 2.13.0-M1
so, this isn't pressing.
nonetheless, it would be good to have 2.13.0-M1 in crossScalaVersions, so that if a new scala-xml version is released, it gets published for that Scala version
The text was updated successfully, but these errors were encountered: