scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

Bump scala-xml dep. Drop Scala 2.10 and 2.11 #294

Closed carlosedp closed 1 year ago

carlosedp commented 2 years ago

Due to some libraries being updated to newer scala-xml, some plugins need it's dependencies being updated too.

This PR bumps scala-xml and drops Scala 2.10 and 2.11 since there is no version of scala-xml for them.

Refs:

carlosedp commented 2 years ago

Any news about this?

godenji commented 2 years ago

sbt-dependency-updates shouldn't be relying on a legacy formatter; instead they should be using scalafmt, the de facto formatter in the Scala ecocsystem for several years now.

Scalariform should only be relied upon in Scala 2 projects that won't be updated to Scala 3, and where Scalariform is currently being used and the effort to migrate to scalafmt isn't deemed worthwhile.