You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/07/13 11:13:46 UTC

[spark] branch master updated: [SPARK-39757][BUILD] Upgrade sbt from 1.7.0 to 1.7.1

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 c9e77440e16 [SPARK-39757][BUILD] Upgrade sbt from 1.7.0 to 1.7.1
c9e77440e16 is described below

commit c9e77440e162877294e8d6b72496f2ab57d860f6
Author: panbingkun <pb...@gmail.com>
AuthorDate: Wed Jul 13 20:13:29 2022 +0900

    [SPARK-39757][BUILD] Upgrade sbt from 1.7.0 to 1.7.1
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade sbt from 1.7.0 to 1.7.1.
    
    ### Why are the changes needed?
    the release notes: https://github.com/sbt/sbt/releases, sbt 1.7.1 bring bug fix,
    > Fixes Java incremental compilation, specifically parsing of annotations in class files of [SethTisue](https://github.com/SethTisue) in [zinc#1111](https://github.com/sbt/zinc/pull/1111)
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #37170 from panbingkun/upgrade_sbt.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@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 d57b536038e..de4aa0d7c5d 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.0"
+$sbtVer = "1.7.1"
 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 ec1c79b4b00..a2eb9b0ab6e 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.0
+sbt.version=1.7.1


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