scalacenter / scalafix

Refactoring and linting tool for Scala
https://scalacenter.github.io/scalafix/
BSD 3-Clause "New" or "Revised" License
826 stars 186 forks source link

drop support for JDK8 #2085

Closed bjaglin closed 1 week ago

bjaglin commented 1 week ago

The latest versions of mtags-interfaces that https://github.com/scalacenter/scalafix/pull/2023 is about to bring are built with JDK11. It's possible to work it around but considering the ecosystem is moving away from JDK8, I think it's time to say goodbye here as well.

The sbt-scalafix build will also be simplified following this.

bjaglin commented 1 week ago

I'll try to keep support a bit longer...