Skip to content

Commit

Permalink
[SPARK-44350][BUILD] Upgrade sbt to 1.9.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade sbt from 1.9.1 to 1.9.2.

### Why are the changes needed?
1.The new version brings bug fixed:
- Let ++ fall back to a bincompat Scala version by eed3si9n in sbt/sbt#7328

2.v1.9.1 VS v1.9.2
sbt/sbt@v1.9.1...v1.9.2

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

Closes apache#41916 from panbingkun/upgrade_sbt_192.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
  • Loading branch information
panbingkun authored and srowen committed Jul 10, 2023
1 parent 6835b30 commit f1ec99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if (!(Test-Path $tools)) {
# ========================== SBT
Push-Location $tools

$sbtVer = "1.9.1"
$sbtVer = "1.9.2"
Start-FileDownload "https://github.com/sbt/sbt/releases/download/v$sbtVer/sbt-$sbtVer.zip" "sbt.zip"

# extract
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#
# Please update the version in appveyor-install-dependencies.ps1 together.
sbt.version=1.9.1
sbt.version=1.9.2

0 comments on commit f1ec99b

Please sign in to comment.