This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new fb40e07800b [SPARK-41121][BUILD] Upgrade `sbt-assembly` to 2.0.0
fb40e07800b is described below

commit fb40e07800bb5523eef5b87e5bb13e6d05176ea7
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Tue Dec 6 01:32:03 2022 -0800

    [SPARK-41121][BUILD] Upgrade `sbt-assembly` to 2.0.0
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade sbt-assembly plugin from 1.2.0 to 2.0.0
    
    ### Why are the changes needed?
    Release notes as follows:
    https://github.com/sbt/sbt-assembly/releases/tag/v2.0.0
    <img width="1211" alt="image" 
src="https://user-images.githubusercontent.com/15246973/201500241-f40341b6-bbd2-4224-b18e-f2a696cae23b.png";>
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #38637 from panbingkun/upgrade_sbt-assembly.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index c0c418bd521..b0ed3fc569e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,7 +25,7 @@ libraryDependencies += "com.puppycrawl.tools" % "checkstyle" 
% "9.3"
 // checkstyle uses guava 31.0.1-jre.
 libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre"
 
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0")
 
 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to