Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 15:10
b13325f

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)