From 9ff7b679e9c295c5759502e8b9ee22fc89da0dc0 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Thu, 10 Oct 2024 19:23:53 +0800 Subject: [PATCH] [SPARK-49922][BUILD] Upgrade `sbt-assembly` to `2.3.0` --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 151af24440c05..3ed1723917e40 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")