-
Notifications
You must be signed in to change notification settings - Fork 186
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 2.12.7 #1669
scala 2.12.7 #1669
Conversation
scala/bug#12632 (comment) |
It's the same issue as scalameta/scalameta#2861 (comment) |
I bet this will be a trending google search query in the coming days :) |
// https://github.com/scala/bug/issues/12632 | ||
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b17dda9
to
3d2240f
Compare
) | ||
|
||
override def projectSettings: Seq[Def.Setting[_]] = List( | ||
versionPolicyIntention := versionPolicyIntentionSetting.value, | ||
versionPolicyIntention := Compatibility.None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as 2e2691c
No description provided.