sbt-scalafmt v2.4.2 Release Notes

Release Date: 2020-08-01 // over 3 years ago

Previous changes from v2.4.0

  • What’s Changed

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

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