scalafix icon indicating copy to clipboard operation
scalafix copied to clipboard

Drop support for scala 2.11

Open bjaglin opened this issue 3 years ago • 0 comments

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.11 sources
  • move scala-2.12+ to scala
  • simplify the build by getting rid of metaconfig*For211

bjaglin avatar Jul 15 '22 11:07 bjaglin