Skip to content

versionPolicyCheck fails for scalajs-library #551

Closed
@ashawley

Description

@ashawley

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 the libraryDependencySchemes in the build of scala-xml. For the variety of these reason the build is broken for Scala.js,

Incompatibilities with dependencies of scala-xml:2.0.1
  org.scala-js:scalajs-library_2.13: incompatible version change
  from 1.6.0 to 1.7.0 (compatibility: strict semantic versioning)
  Dependencies of module scala-xml:2.0.1+10-1fdceff0+20210828-1836-SNAPSHOT
  break the intended compatibility guarantees 'Compatibility.BinaryAndSourceCompatible'
  You have to relax your compatibility intention by changing the value of versionPolicyIntention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions