Skip to content

Commit

Permalink
Regenerate Scala 2.13 poms
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed Jul 1, 2024
1 parent a173f35 commit 6138cc8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,15 @@
<spark351.version>3.5.1</spark351.version>
<spark400.version>4.0.0-SNAPSHOT</spark400.version>
<mockito.version>3.12.4</mockito.version>
<!-- same as Apache Spark 4.0.0 -->
<!-- same as Apache Spark 4.0.0 for Scala 2.13 -->
<!-- #if scala-2.13 -->
<scala.plugin.version>4.7.1</scala.plugin.version>
<!-- #endif scala-2.13 -->
<!-- Keeping the scala plugin version 4.3.0 as we were seeing compilation errors only for
cdh Shims when building with the 4.7.1 version -->
<!-- #if scala-2.12 --><!--
<scala.plugin.version>4.3.0</scala.plugin.version>
--><!-- #endif scala-2.12 -->
<maven.install.plugin.version>3.1.1</maven.install.plugin.version>
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
<scalatest-maven-plugin.version>2.0.2</scalatest-maven-plugin.version>
Expand Down

0 comments on commit 6138cc8

Please sign in to comment.