Scalafix v0.6.0-M1
NOTE. We recommend to stay on 0.5.10 for at least a couple more milestone releases. This milestone release is primarily intended for downstream tooling to catch up to latest changes in Scalameta v3.
This release includes the following breaking changes
- Upgrade to Scalameta v3.2.0. Requires a
clean;compileto rebuild old SemanticDB payloads. - sbt-scalafix unscoped
scalafixClitask only runs in main configuration, not test. To get the old behavior,compile:scalafixCli ; test:scalafixCli. scalafixConfigure(Compile, Test, IntegrationTest)has been replaced withinConfig(IntegrationTest)(scalafixConfigSettings)
We plan to release at least one more milestone release that will do more breaking changes in sbt-scalafix related to installation. We are aiming for 0 breaking changes in the rewrite/lint API.