From b0afe7b5d63c47bcf6b484730aa3cf97acd74516 Mon Sep 17 00:00:00 2001 From: huapan Date: Fri, 14 Apr 2023 11:58:19 +0800 Subject: [PATCH] [KYUUBI #4696] Upgrade scalafmt from 3.7.1 to 3.7.3 ### _Why are the changes needed?_ Close #4696 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4705 from huapan123456/feat-upgrade-scalafmt. Closes #4696 434f94ddb [huapan] update(#4696): add some comment 7f8d7bd50 [huapan] fix(#4696): fix all 41dba1e6f [huapan] feat(#4696): upgrade scalafmt from 3.7.1 to 3.7.3 Authored-by: huapan Signed-off-by: Cheng Pan --- .scalafmt.conf | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e682a17f7..1bcf16de7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.3 runner.dialect=scala212 project.git=true diff --git a/pom.xml b/pom.xml index 09b2e45de..f772bd1b4 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,8 @@ 1.7 22.3.0 - 3.7.1 + + 3.7.3 apache.releases.https Apache Release Distribution Repository