Commit a638dc4
authored
chore: bump scalafmt to 3.11.5 (#1093)
## 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
- scalafmt releases: https://github.com/scalameta/scalafmt/releases1 parent 705a675 commit a638dc4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
0 commit comments