scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
426 stars 126 forks source link

Update scala-xml to 2.0.0 #345

Closed ckipp01 closed 3 years ago

ckipp01 commented 3 years ago

So scala-xml is no longer published for 2.11, which is annoying seeing that we just added support back in for 2.11.12. This basically leaves us with 3 options:

  1. Drop Scala 2.11 support even though we just added it back in. It seems that a lot of libraries are doing this lately
  2. Don't update to the newest scala-xml
  3. Set the version of scala-xml based on the version of Scala we are using dynamically.
ckipp01 commented 3 years ago

Included in https://github.com/scoverage/scalac-scoverage-plugin/pull/384. This will be merge into the 2.0 branch due to 2.0 not supporting 2.11.