Skip to content

Commit

Permalink
[SPARK-44506][BUILD] Upgrade mima-core & sbt-mima-plugin to 1.1.3
Browse files Browse the repository at this point in the history
### 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 lightbend-labs/mima#764
Update scala-library, scala-reflect to 2.13.11 by scala-steward in lightbend-labs/mima#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 <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
  • Loading branch information
panbingkun authored and LuciferYang committed Jul 21, 2023
1 parent dda3784 commit e6649eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<connect.guava.version>32.0.1-jre</connect.guava.version>
<guava.failureaccess.version>1.0.1</guava.failureaccess.version>
<io.grpc.version>1.56.0</io.grpc.version>
<mima.version>1.1.2</mima.version>
<mima.version>1.1.3</mima.version>
<tomcat.annotations.api.version>6.0.53</tomcat.annotations.api.version>

<CodeCacheSize>128m</CodeCacheSize>
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit e6649eb

Please sign in to comment.