sbt-scalafmt v2.4.0 Release Notes

Release Date: 2020-05-14 // almost 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.ConcurrentRestrictionTagsGlobal / concurrentRestrictions += Tags.limit(org.scalafmt.sbt.ConcurrentRestrictionTags.Scalafmt, 4)