Skip to content

Commit 532da56

Browse files
LuciferYangSandishKumarHN
authored andcommitted
[SPARK-41039][BUILD] Upgrade scala-parallel-collections to 1.0.4 for Scala 2.13
### What changes were proposed in this pull request? This pr aims to upgrade `scala-parallel-collections` from 1.0.3 to 1.0.4 for Scala 2.13 ### Why are the changes needed? `scala-parallel-collections` started from version 1.0.4 to verify the compatibility of [Java 17 through CI](scala/scala-parallel-collections#187), the release notes and full change as follows: - https://github.com/scala/scala-parallel-collections/releases/tag/v1.0.4 - scala/scala-parallel-collections@v1.0.3...v1.0.4 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Manually check Scala UTs with Scala 2.13 and this pr, passed Closes apache#38550 from LuciferYang/SPARK-41039. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 6ebd9ec commit 532da56

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
@@ -445,7 +445,7 @@
445445
<dependency>
446446
<groupId>org.scala-lang.modules</groupId>
447447
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
448-
<version>1.0.3</version>
448+
<version>1.0.4</version>
449449
</dependency>
450450
--><!-- #endif scala-2.13 -->
451451
<dependency>

0 commit comments

Comments
 (0)