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 a546ff4bbe5e [SPARK-46499][BUILD] Bump sbt-eclipse 6.2.0
a546ff4bbe5e is described below

commit a546ff4bbe5e4836c3a4d16be961b01c68dfb351
Author: Cheng Pan <cheng...@apache.org>
AuthorDate: Mon Dec 25 15:09:03 2023 -0800

    [SPARK-46499][BUILD] Bump sbt-eclipse 6.2.0
    
    ### What changes were proposed in this pull request?
    
    Bump SBT plugin `sbt-eclipse` from 6.0.0 to 6.2.0
    
    ### Why are the changes needed?
    
    Which brings the Java 21 support
    https://github.com/sbt/sbt-eclipse/releases/tag/6.2.0
    
    ### 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 #44476 from pan3793/SPARK-46499.
    
    Authored-by: Cheng Pan <cheng...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4d5d1efaa7a3..628e1e6d8938 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -27,7 +27,7 @@ libraryDependencies += "com.google.guava" % "guava" % 
"31.0.1-jre"
 
 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
 
-addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0")
+addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")
 
 addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
 


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

Reply via email to