Releases: scalameta/sbt-scalafmt
Releases · scalameta/sbt-scalafmt
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
scalafmtCheck
lists all unformatted files (#17) @poslegm- Update scalafmt to 2.0.0-RC5 (#30) @tanishiking
Bug fixes
v2.0.0-RC5
Merge pull request #21 from tanishiking/change-organization Change organization to org.scalameta