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 <[email protected]>
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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[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 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: [email protected]
For additional commands, e-mail: [email protected]