Skip to content

Releases: scalameta/sbt-scalafmt

v2.5.4

16 Jan 20:15
Compare
Choose a tag to compare

What’s Changed

v2.5.3

13 Jan 15:49
Compare
Choose a tag to compare

What’s Changed

This release contains mostly a number of build and dependency updates, including shifting underlying scalafmt from 3.7.13 to 3.8.4

Scalafmt changes

Miscellaneous

Build updates

Dependency updates

v2.5.2

31 Aug 00:01
Compare
Choose a tag to compare

Bug fixes

v2.5.1

29 Aug 14:38
Compare
Choose a tag to compare

Features

Build changes

Dependency updates

sbt-scalafmt v2.5.0

14 Nov 19:51
1b20e82
Compare
Choose a tag to compare

This release brings a handful of small updates related to better reporting mostly around git projects. More notably, this release also starts utilizing sbt-vspp to ensure that a valid POM is also published ensuring smoother usage in corporate environments.

Big thanks to all those that contributed and please do report any issues you might have!

What’s Changed

v2.4.6

25 Dec 01:19
Compare
Choose a tag to compare

Features

Bug fixes

  • Support cross- and multi-source projects with git (#200) @kitbellew
  • Use canonical paths, not just absolute (#202) @kitbellew
  • fix false positive cache invalidation caused by unscoped lookup (#192) @bjaglin
  • Bugfix: forgot to use the ScalafmtLogger, fix that (#182) @kitbellew

Other Changes

Dependencies

v2.4.5

04 Dec 14:30
Compare
Choose a tag to compare

What’s Changed

v2.4.4

18 Nov 21:10
Compare
Choose a tag to compare

What’s Changed

v2.4.3

08 Jul 21:32
48995db
Compare
Choose a tag to compare

Features

Now you can specify flag scalafmtDetailedError := true in build.sbt for full stacktraces on formatting errors. It may be helpful for debugging purposes

Maintenance

v2.4.2

01 Aug 17:55
c9eaa62
Compare
Choose a tag to compare

What’s Changed