Skip to content

Releases: scalameta/sbt-scalafmt

v2.2.1

23 Oct 06:43
0423efc

Choose a tag to compare

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

22 Oct 15:53

Choose a tag to compare

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

v2.0.7

11 Oct 21:19
4f8c28a

Choose a tag to compare

What’s Changed

v2.0.6

28 Sep 09:00

Choose a tag to compare

What’s Changed

  • Update to the latest Scalafmt that doesn't use coursier-small (#50) @olafurpg

v2.0.5

16 Sep 13:31
b1110b6

Choose a tag to compare

What’s Changed

  • More info about exceptions without messages (#48) @poslegm
  • ensure unformatted sources are not reprocessed by scalafmtCheck (#47) @bjaglin

v2.0.4

27 Aug 12:46

Choose a tag to compare

What’s Changed

v2.0.3

07 Aug 14:07

Choose a tag to compare

What’s Changed

  • Changes to .scalafmt.conf invalidates cache (#41) @bjaglin
  • scalafmt and scalafmtCheck shares same the cache (#39) @bjaglin
  • Fixed bug with two scalafmt executions for non-formatted sources (#38) @bjaglin

v2.0.2

28 Jun 21:18
e219fd5

Choose a tag to compare

What’s Changed

v2.0.1

06 Jun 17:56
64647fd

Choose a tag to compare

What’s Changed

v2.0.0

19 Mar 13:19

Choose a tag to compare

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

  • Fixed bug with formatting removed files (#24) @poslegm