github scalameta/sbt-scalafmt v2.4.0

latest releases: v2.5.2, v2.5.1, v2.5.0...
4 years ago

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)

Don't miss a new sbt-scalafmt release

NewReleases is sending notifications on new releases.