This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 34beb02827ff [SPARK-46805][BUILD] Upgrade `scalafmt` to 3.7.17
34beb02827ff is described below
commit 34beb02827ffe14e3ed0407bed3f434098340ce4
Author: panbingkun <[email protected]>
AuthorDate: Mon Jan 22 21:23:10 2024 -0800
[SPARK-46805][BUILD] Upgrade `scalafmt` to 3.7.17
### What changes were proposed in this pull request?
The pr aims to upgrade `scalafmt` from `3.7.13` to `3.7.17`.
### Why are the changes needed?
- Regular upgrade, the last upgrade occurred 5 months ago.
- The full release notes:
https://github.com/scalameta/scalafmt/releases/tag/v3.7.17
https://github.com/scalameta/scalafmt/releases/tag/v3.7.16
https://github.com/scalameta/scalafmt/releases/tag/v3.7.15
https://github.com/scalameta/scalafmt/releases/tag/v3.7.14
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
- Pass GA.
- Manually test.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44845 from panbingkun/SPARK-46805.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf
index 721dec289900..b3a43a03651a 100644
--- a/dev/.scalafmt.conf
+++ b/dev/.scalafmt.conf
@@ -32,4 +32,4 @@ fileOverride {
runner.dialect = scala213
}
}
-version = 3.7.13
+version = 3.7.17
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]