Skip to content

Commit 04874fe

Browse files
panbingkunhimadripal
authored and
himadripal
committed
[SPARK-49922][BUILD] Upgrade sbt-assembly to 2.3.0
### 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 apache#48409 from panbingkun/SPARK-49922. Authored-by: panbingkun <panbingkun@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 31038c3 commit 04874fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"
2424
// checkstyle uses guava 33.1.0-jre.
2525
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"
2626

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

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

0 commit comments

Comments
 (0)