Skip to content

Releases: scalameta/sbt-scalafmt

v2.4.5

04 Dec 14:30

Choose a tag to compare

What’s Changed

v2.4.4

18 Nov 21:10

Choose a tag to compare

What’s Changed

v2.4.3

08 Jul 21:32
48995db

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

Choose a tag to compare

What’s Changed

v2.4.0

14 May 15:10
b13325f

Choose a tag to compare

What’s Changed

Now you can limit scalafmt parallelism for projects with multiple subprojects in your build.sbt:

import org.scalafmt.sbt.ConcurrentRestrictionTags

Global / concurrentRestrictions += Tags.limit(org.scalafmt.sbt.ConcurrentRestrictionTags.Scalafmt, 4)

v2.3.4

10 Apr 16:39
75353bb

Choose a tag to compare

This release only fixes sbt compatibility problem #92

What’s Changed

v2.3.3

10 Apr 12:08
b47d761

Choose a tag to compare

What’s Changed

v2.3.2

05 Mar 20:44
40bc598

Choose a tag to compare

What’s Changed

v2.3.1

28 Jan 04:34
09f9fa1

Choose a tag to compare

What’s Changed

v2.3.0

09 Dec 22:15

Choose a tag to compare

What’s Changed

Dependency updates