sbt-scalafmt v2.4.2 Release Notes
Release Date: 2020-08-01 // about 4 years agoPrevious 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)
- ➕ add sbt.ConcurrentRestrictions.Tag("scalafmt") + Tags.CPU on scalafmt tasks (#101) @cchepelov
- ScalafmtSessionFactory usage (#100) @poslegm
- ⚡️ Update scalafmt-dynamic to 2.5.2 (#99) @scala-steward
- ⚡️ Update scalafmt-dynamic to 2.5.1 (#98) @scala-steward
- ⚡️ Update readme.md (#97) @hepin1989
- 🚀 Update sbt-ci-release to 1.5.3 (#95) @scala-steward