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 4fcfcc8 [SPARK-38096][BUILD] Update sbt to 1.6.2
4fcfcc8 is described below
commit 4fcfcc89beb814dbcc784d320bca89fcda51cafd
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Feb 3 09:00:50 2022 -0800
[SPARK-38096][BUILD] Update sbt to 1.6.2
### What changes were proposed in this pull request?
This PR aims to upgrade SBT to 1.6.2.
### Why are the changes needed?
Sbt 1.6.2 was released with minor improvements -
https://eed3si9n.com/sbt-1.6.2
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
GA and AppVeyor.
Closes #35388 from martin-g/sbt-1.6.2.
Authored-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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 dd9acef..d469c98 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.6.1"
+$sbtVer = "1.6.2"
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 d434f8e..8599f07 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.6.1
+sbt.version=1.6.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]