Skip to content

Commit c9e7744

Browse files
panbingkunHyukjinKwon
authored andcommitted
[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](sbt/zinc#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]>
1 parent c621df2 commit c9e7744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/appveyor-install-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if (!(Test-Path $tools)) {
9797
# ========================== SBT
9898
Push-Location $tools
9999

100-
$sbtVer = "1.7.0"
100+
$sbtVer = "1.7.1"
101101
Start-FileDownload "https://github.com/sbt/sbt/releases/download/v$sbtVer/sbt-$sbtVer.zip" "sbt.zip"
102102

103103
# extract

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# limitations under the License.
1616
#
1717
# Please update the version in appveyor-install-dependencies.ps1 together.
18-
sbt.version=1.7.0
18+
sbt.version=1.7.1

0 commit comments

Comments
 (0)