Skip to content

chore: bump scalafmt to 3.11.5 - #1093

Merged
stephenamar-db merged 1 commit into
databricks:masterfrom
He-Pin:chore/scalafmt-3.11.5
Jul 28, 2026
Merged

chore: bump scalafmt to 3.11.5#1093
stephenamar-db merged 1 commit into
databricks:masterfrom
He-Pin:chore/scalafmt-3.11.5

Conversation

@He-Pin

@He-Pin He-Pin commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Motivation

Pick up upstream scalafmt bug fixes and Scala 3 formatting improvements shipped between 3.9.10 and 3.11.5, keeping the formatter aligned with the actively maintained release line.

Modification

  • Update the pinned version in .scalafmt.conf from 3.9.10 to 3.11.5.
  • Apply the only formatting delta produced by the new version: a block-comment alignment in sjsonnet/src/sjsonnet/Parser.scala.

Result

  • ./mill __.reformat succeeds on all 36 modules.
  • ./mill __.checkFormat reports everything formatted on all 36 modules.
  • ./mill 'sjsonnet.jvm[_]'.compile is green on Scala 2.12 / 2.13 / 3.3.

References

Motivation:
Pick up upstream scalafmt bug fixes and Scala 3 formatting
improvements shipped between 3.9.10 and 3.11.5.

Modification:
Update the pinned version in .scalafmt.conf and apply the only
formatting delta produced by the new version (a block comment
alignment in Parser.scala).

Result:
`./mill __.reformat` and `./mill __.checkFormat` pass on all 36
modules; JVM compile across 2.12/2.13/3.3 is green.
@stephenamar-db
stephenamar-db merged commit a638dc4 into databricks:master Jul 28, 2026
5 checks passed
stephenamar-db added a commit that referenced this pull request Jul 29, 2026
This reverts commit a638dc4.

Have to wait a few more days before it gets available in our mvn mirror.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants