You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/26 16:11:27 UTC

[spark] branch master updated: [SPARK-44186][BUILD] Upgrade sbt to 1.9.1

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

dongjoon 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 e5cc340788a [SPARK-44186][BUILD] Upgrade sbt to 1.9.1
e5cc340788a is described below

commit e5cc340788a0a0999d4c5d98c59378f9cc27ed59
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Mon Jun 26 09:11:16 2023 -0700

    [SPARK-44186][BUILD] Upgrade sbt to 1.9.1
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade sbt from 1.9.0 to 1.9.1
    
    ### Why are the changes needed?
    The new version has updated some dependencies on sbt itself, such as Scala 2.13.11, JNA 5.13.0 and so on, the full release notes as follows:
    - https://github.com/sbt/sbt/releases/tag/v1.9.1
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    Closes #41734 from LuciferYang/sbt-191.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Dongjoon Hyun <do...@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 21a219fbb44..6abcc116346 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.9.0"
+$sbtVer = "1.9.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 27064431bf3..f27c9c4c8cc 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.9.0
+sbt.version=1.9.1


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