This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new e68b8ca9bf4d [SPARK-48677][BUILD] Upgrade `scalafmt` to 3.8.2
e68b8ca9bf4d is described below
commit e68b8ca9bf4defd346c90cd422b513c4d19d9430
Author: panbingkun <[email protected]>
AuthorDate: Fri Jun 21 09:34:56 2024 +0900
[SPARK-48677][BUILD] Upgrade `scalafmt` to 3.8.2
### 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]>
---
dev/.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf
index 43be4717c9ab..bb16145f4df7 100644
--- a/dev/.scalafmt.conf
+++ b/dev/.scalafmt.conf
@@ -27,4 +27,4 @@ danglingParentheses.preset = false
docstrings.style = Asterisk
maxColumn = 98
runner.dialect = scala213
-version = 3.8.1
+version = 3.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]