You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/05/31 09:58:27 UTC

[kyuubi] branch master updated: [KYUUBI #4908] Bump Scalafmt from 3.7.3 to 3.7.4

This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 855cb0b7a [KYUUBI #4908] Bump Scalafmt from 3.7.3 to 3.7.4
855cb0b7a is described below

commit 855cb0b7a46c121c04e1e1d90982c95aade53527
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Wed May 31 17:58:14 2023 +0800

    [KYUUBI #4908] Bump Scalafmt from 3.7.3 to 3.7.4
    
    ### _Why are the changes needed?_
    
    - Scalafmt 3.7.4 release note: https://github.com/scalameta/scalafmt/releases/tag/v3.7.4
    
    ### _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
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4908 from bowenliang123/scalafmt-3.7.4.
    
    Closes #4908
    
    466686a97 [liangbowen] Bump scalafmt to 3.7.4
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 .scalafmt.conf | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
index 1bcf16de7..97529cc55 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version = 3.7.3
+version = 3.7.4
 runner.dialect=scala212
 project.git=true
 
diff --git a/pom.xml b/pom.xml
index 15f2e0edb..306684ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,7 +251,7 @@
         <spotless.python.includes></spotless.python.includes>
         <spotless.python.black.version>22.3.0</spotless.python.black.version>
         <!-- Please also update .scalafmt.conf when you change it here -->
-        <spotless.scala.scalafmt.version>3.7.3</spotless.scala.scalafmt.version>
+        <spotless.scala.scalafmt.version>3.7.4</spotless.scala.scalafmt.version>
 
         <distMgmtReleaseId>apache.releases.https</distMgmtReleaseId>
         <distMgmtReleaseName>Apache Release Distribution Repository</distMgmtReleaseName>