Releases: scalameta/sbt-scalafmt
Releases · scalameta/sbt-scalafmt
v2.2.1
This release is equivalent to v2.2.0 except this release is built with sbt 1.2.8 to avoid sbt/sbt#5049
What’s Changed
v2.2.0
This release of sbt-scalafmt uses sbt 1.3, which isn't forward-compatible with previous versions of sbt 1 (e.g. sbt 1.2.8). That means your build must on sbt 1.3 in order for it to use it.
What’s Changed
- Update scalafmt-dynamic to 2.2.1 (#66) @scala-steward
- Update sbt, scripted-plugin to 1.3.3 (#60) @scala-steward
- Remove sbt-coursier (#59) @tanishiking
- Managed sources filter (#54) @poslegm
v2.0.7
What’s Changed
- Use scalafmt 2.1.1 (#55) @henricook
- which contains "Use Coursier defaults, which also adds support for COURSIER_REPOSITORIES (scalameta/scalafmt#1524) @henricook"
- scalafmt-dynamic version update (#52) @poslegm
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
What’s Changed
- Update scalafmt to 2.0.0-RC8 (#33) @tanishiking
v2.0.0
Versioning scheme
From this release the plugin version does not match the version of scalafmt core. Major versions will be equal but minor plugin changes will be released indepedently.
Improvements
- sbt plugin will format only recently changed files (#23) @poslegm
- Perfomance improvements by global scalafmt instance creation (#25) @jrudolph
scalafmtChecklists all unformatted files (#17) @poslegm- Update scalafmt to 2.0.0-RC5 (#30) @tanishiking