Skip to content
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

Update version of scala-xml used to 2.x #85

Open
guizmaii opened this issue Apr 14, 2023 · 3 comments
Open

Update version of scala-xml used to 2.x #85

guizmaii opened this issue Apr 14, 2023 · 3 comments

Comments

@guizmaii
Copy link

Hi,

The Scala community has made an effort to update the version of scala-xml from 1.x to 2.x in all sbt plugins (See sbt/sbt#7075)
It seems that this plugin is still using it.
I experienced a compatibility issue when I tried to update some plugins in zio-quill, which is using sbt-scalariform.

@normana400
Copy link

the scala-xml 1.x dependency also clashes with sbt-scoverage (which becomes a problem with scala 2.12.12 and newer as the scoverage plugin is dependant per increment of scala)

@tkaszuba
Copy link

the scala-xml 1.x dependency also clashes with sbt-scoverage (which becomes a problem with scala 2.12.12 and newer as the scoverage plugin is dependant per increment of scala)

Put this in your plugins.sbt file to work around this issue
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

@normana400
Copy link

thats a good workaround, but the next step I think is an official upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants