[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 <huapan@52tt.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
huapan 2023-04-14 11:58:19 +08:00 committed by Cheng Pan
parent 1603342de3
commit b0afe7b5d6
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = 3.7.1
version = 3.7.3
runner.dialect=scala212
project.git=true

View File

@ -245,7 +245,8 @@
<spotless.java.googlejavaformat.version>1.7</spotless.java.googlejavaformat.version>
<spotless.python.includes></spotless.python.includes>
<spotless.python.black.version>22.3.0</spotless.python.black.version>
<spotless.scala.scalafmt.version>3.7.1</spotless.scala.scalafmt.version>
<!-- Please also update .scalafmt.conf when you change it here -->
<spotless.scala.scalafmt.version>3.7.3</spotless.scala.scalafmt.version>
<distMgmtReleaseId>apache.releases.https</distMgmtReleaseId>
<distMgmtReleaseName>Apache Release Distribution Repository</distMgmtReleaseName>