From e6649ebfd44f824ceabfcb472392e0bfca2d088f Mon Sep 17 00:00:00 2001 From: panbingkun Date: Fri, 21 Jul 2023 15:11:05 +0800 Subject: [PATCH] [SPARK-44506][BUILD] Upgrade mima-core & sbt-mima-plugin to 1.1.3 ### What changes were proposed in this pull request? The pr aims to upgrade `mima-core` & `sbt-mima-plugin` from 1.1.2 to 1.1.3. ### Why are the changes needed? - Release note: https://github.com/lightbend/mima/releases/tag/1.1.3 - This version adapts to scala-2.12.18 & scala-2.13.11, which is also used by Spark currently Update scala-library, scala-reflect to 2.12.18 by scala-steward in https://github.com/lightbend/mima/pull/764 Update scala-library, scala-reflect to 2.13.11 by scala-steward in https://github.com/lightbend/mima/pull/765 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #42102 from panbingkun/SPARK-44506. Authored-by: panbingkun Signed-off-by: yangjie01 --- pom.xml | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf8a1cf517836..cb8e8864462d2 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ 32.0.1-jre 1.0.1 1.56.0 - 1.1.2 + 1.1.3 6.0.53 128m diff --git a/project/plugins.sbt b/project/plugins.sbt index ce4f7afb743b8..ba52a201e66e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -31,7 +31,7 @@ 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.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")