scalafix
scalafix copied to clipboard
Drop support for scala 2.11
Scalafix itself is being cross-published to Scala 3 as part of https://github.com/scalacenter/scalafix/issues/1583, which means more version-specific code.
The last maintenance release of scala 2.11 being almost 5 years old, it seems fair to drop support for it in upcoming releases, so that we can:
- get rid of the
scala-2.11sources - move
scala-2.12+toscala - simplify the build by getting rid of
metaconfig*For211