Skip to content

Commit

Permalink
[SPARK-49922][BUILD] Upgrade sbt-assembly to 2.3.0
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-assembly` from `2.2.0` to `2.3.0`

### Why are the changes needed?
- `sbt-assembly`, the full release notes: https://github.com/sbt/sbt-assembly/releases/tag/v2.3.0
- Bug fixed:
  Fixes assembly not creating parent directories by Roiocam in sbt/sbt-assembly#525
  Throws error when a misconfigured assemblyOutputPath is detected by hygt in sbt/sbt-assembly#523

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

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

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #48409 from panbingkun/SPARK-49922.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Oct 15, 2024
1 parent 111473d commit add4a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"
// checkstyle uses guava 33.1.0-jre.
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")

addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")

Expand Down

0 comments on commit add4a9c

Please sign in to comment.