eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
335 stars 154 forks source link

deps: bump to scala-xml 2.x #590

Closed ckipp01 closed 1 year ago

ckipp01 commented 1 year ago

This pr bumps scala-xml to 2.x in order to more smoothly work when users of sbt 1.8.x try to use sbt-scalaxb. Right now when you try with the current version you get something like this:

[error]         * org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over 1.2.0
[error]             +- org.scala-sbt:main_2.12:1.8.0                      (depends on 2.1.0)
[error]             +- org.scala-sbt:testing_2.12:1.8.0                   (depends on 2.1.0)
[error]             +- io.get-coursier:lm-coursier-shaded_2.12:2.0.13     (depends on 2.1.0)
[error]             +- org.scala-sbt:librarymanagement-core_2.12:1.8.0    (depends on 2.1.0)
[error]             +- org.scoverage:scalac-scoverage-reporter_2.12:2.0.7 (depends on 2.1.0)
[error]             +- org.scala-sbt:zinc-persist_2.12:1.8.0              (depends on 2.1.0)
[error]             +- com.github.sbt:sbt-native-packager:1.9.11 (sbtVersion=1.0, scalaVersion=2.12) (depends on 2.1.0)
[error]             +- org.scala-lang:scala-compiler:2.12.17              (depends on 2.1.0)
[error]             +- org.scalaxb:scalaxb_2.12:1.8.3                     (depends on 1.2.0)

This pr will fix this situation.

ckipp01 commented 1 year ago

Ah dang, I realize this is a duplicate of #589. I'll mark this as a draft and if that one stalls I can take over here.

ckipp01 commented 1 year ago

Superceded by https://github.com/eed3si9n/scalaxb/pull/589