From e68b8ca9bf4defd346c90cd422b513c4d19d9430 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Fri, 21 Jun 2024 09:34:56 +0900 Subject: [PATCH] [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 Signed-off-by: Hyukjin Kwon --- dev/.scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf index 43be4717c9ab0..bb16145f4df7d 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