Skip to content

Commit

Permalink
[SPARK-48677][BUILD] Upgrade scalafmt to 3.8.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `scalafmt` to 3.8.2.

### Why are the changes needed?
- The full release notes: https://github.com/scalameta/scalafmt/releases/tag/v3.8.2
The last upgrade occurred 2 months ago.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.
Manually test:
```
sh dev/scalastyle
-e Scalastyle checks passed.
```

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #47048 from panbingkun/SPARK-48677.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
panbingkun authored and HyukjinKwon committed Jun 21, 2024
1 parent b0b02b2 commit e68b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/.scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ danglingParentheses.preset = false
docstrings.style = Asterisk
maxColumn = 98
runner.dialect = scala213
version = 3.8.1
version = 3.8.2

0 comments on commit e68b8ca

Please sign in to comment.