Skip to content

v2.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:29

Features

  • Process sbt build files on load per scalafmtSbtOnLoad (#459) @kitbellew
  • Add scalafmtRepo/scalafmtCheckRepo build-root tasks (#460) @kitbellew
    • Use ScalafmtSession.listFiles for scalafmtRepo discovery (#467) @kitbellew
  • Add scalafmtParallelism setting, thread through FormatSession (#456) @kitbellew
    • Shorten scalafmtParallelism and scalafmtRepo descriptions (#462) @kitbellew

Bug fixes

  • Exclude project/target from scalafmtSbt .sbt discovery (#466) @kitbellew
  • Make scalafmtOnly format explicitly-named files (#458) @kitbellew
  • Fix ScalafmtLogger.success infinite self-recursion (#457) @kitbellew
  • strip project resolution policy from scalafmt-cli's resolver (#443) @lrytz

Miscellaneous

Build and dependency updates