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 4382a458d82 [SPARK-43584][BUILD] Update `sbt-assembly`, 
`sbt-revolver`, `sbt-mima-plugin` plugins
4382a458d82 is described below

commit 4382a458d82f12fe75b60d140156bacd720ba9d9
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Fri May 19 10:54:22 2023 -0700

    [SPARK-43584][BUILD] Update `sbt-assembly`, `sbt-revolver`, 
`sbt-mima-plugin` plugins
    
    ### What changes were proposed in this pull request?
    The pr aims to update some sbt plugins to newest version. include:
    - sbt-assembly from 2.1.0 to 2.1.1
    - sbt-mima-plugin from 1.1.0 to 1.1.2
    - sbt-revolver from 0.9.1 to 0.10.0
    
    ### Why are the changes needed?
    Routine upgrade.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #41226 from panbingkun/sbt_plugins_update.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 project/plugins.sbt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 7adc800d31d..ce4f7afb743 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,17 +25,17 @@ 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" % "2.1.0")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
 
 addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.0.0")
 
 addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
 
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
 
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 
-addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
+addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
 
 libraryDependencies += "org.ow2.asm"  % "asm" % "9.5"
 


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

Reply via email to