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
  • Loading branch information
panbingkun committed Oct 10, 2024
1 parent e693af0 commit 9ff7b67
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 9ff7b67

Please sign in to comment.