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

gurwls223 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 2de57d6a6de [SPARK-40976][BUILD] Upgrade sbt to 1.7.3
2de57d6a6de is described below

commit 2de57d6a6deedab84a2aadc9a5035c649087b212
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Fri Nov 4 10:26:14 2022 +0900

    [SPARK-40976][BUILD] Upgrade sbt to 1.7.3
    
    ### What changes were proposed in this pull request?
    This pr aims to re-upgrade sbt to 1.7.3 due to SPARK-40996 has solved the 
issue of `dev/sbt-checkstyle` execution failure.
    
    ### Why are the changes needed?
    The release note as follows, this version just updates sbt underlying 
Coursier from 2.1.0-M2 to 2.1.0-M7-18-g67daad6a9:
    
    - https://github.com/sbt/sbt/releases/tag/v1.7.3
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    - Pass GitHub Actions
    - Manual test: Run `dev/sbt-checkstyle` with this pr
    
    ```
    Checkstyle checks passed.
    ```
    
    Closes #38502 from LuciferYang/SPARK-40976-2.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 dev/appveyor-install-dependencies.ps1 | 2 +-
 project/build.properties              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/appveyor-install-dependencies.ps1 
b/dev/appveyor-install-dependencies.ps1
index 743f777a332..1c36e76fb0f 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -97,7 +97,7 @@ if (!(Test-Path $tools)) {
 # ========================== SBT
 Push-Location $tools
 
-$sbtVer = "1.7.2"
+$sbtVer = "1.7.3"
 Start-FileDownload 
"https://github.com/sbt/sbt/releases/download/v$sbtVer/sbt-$sbtVer.zip"; 
"sbt.zip"
 
 # extract
diff --git a/project/build.properties b/project/build.properties
index 690b5c9058b..f5c34287a4d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 # Please update the version in appveyor-install-dependencies.ps1 together.
-sbt.version=1.7.2
+sbt.version=1.7.3


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to