-
Notifications
You must be signed in to change notification settings - Fork 92
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
versionPolicyCheck fails for scalajs-library #551
Comments
Is this because the sbt-version-policy is set to "binary and source compatible"?
Is it because Scala.js never defined a |
Yes, if we want to do a minor update of the scalajs-library, we should also bump the minor version number of scala-xml. This is what is advised in the error message “relax your compatibility intention”: versionPolicyIntention := Compatibility.BinaryCompatible |
Ok, so we can relax the setting, then after the minor version is released we can revert back to |
Yes |
After merging #548, the Scala.js upgrade in #547 broke the build. According to the release notes, Scala.js 1.7.0 added a
versionScheme
to the artifact. When sbt-scala-module and sbt-version-policy were upgraded, the scalajs-library was added to thelibraryDependencySchemes
in the build of scala-xml. For the variety of these reason the build is broken for Scala.js,The text was updated successfully, but these errors were encountered: