Skip to content

Commit 5fc363b

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-29528][BUILD][TEST-MAVEN] Upgrade scala-maven-plugin to 4.2.4 for Scala 2.13.1
### What changes were proposed in this pull request? This PR upgrades `scala-maven-plugin` to `4.2.4` for Scala `2.13.1`. ### Why are the changes needed? Scala 2.13.1 seems to break the binary compatibility. We need to upgrade `scala-maven-plugin` to bring the the following fixes for the latest Scala 2.13.1. - davidB/scala-maven-plugin#363 - sbt/zinc#698 ### Does this PR introduce any user-facing change? No. ### How was this patch tested? For now, we don't support Scala-2.13. This PR at least needs to pass the existing Jenkins with Maven to get prepared for Scala-2.13. Closes #26185 from dongjoon-hyun/SPARK-29528. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent e99a9f7 commit 5fc363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@
22412241
<plugin>
22422242
<groupId>net.alchim31.maven</groupId>
22432243
<artifactId>scala-maven-plugin</artifactId>
2244-
<version>4.2.0</version>
2244+
<version>4.2.4</version>
22452245
<executions>
22462246
<execution>
22472247
<id>eclipse-add-source</id>

0 commit comments

Comments
 (0)