-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cross build paradox for sbt 0.13 and 1.0 #147
Conversation
References #134 |
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.
LGTM
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.
Lookin great, can we merge/release?
}}, | ||
crossSbtVersions := Seq("0.13.16", "1.0.0"), | ||
// fixed in https://github.com/sbt/sbt/pull/3397 (for sbt 0.13.17) | ||
sbtBinaryVersion in update := (sbtBinaryVersion in pluginCrossBuild).value, |
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.
Thanks for finding this, I've ran into this as well 👍 :)
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.
Yes, thanks a lot indeed. Used for scalacenter/scalajs-bundler#179
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.
All credit for that should go to @pvlugter who found it and did the workaround for sbt/sbt-javaagent#9
I can only aspire to reach the same level of sbt-fu!
No description provided.