Skip to content

Commit 4640ec5

Browse files
committed
[Fix] Update Scala version to 2.13.17 in pom.xml to fix java.lang.NoSuchMethodError: 'java.lang.String scala.util.hashing.MurmurHash3$.caseClassHash$default$2()'
see apache/spark#52509
1 parent 075a796 commit 4640ec5

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
@@ -938,7 +938,7 @@
938938
<profile>
939939
<id>scala-2.13</id>
940940
<properties>
941-
<scala.version>2.13.16</scala.version>
941+
<scala.version>2.13.17</scala.version>
942942
<scala.binary.version>2.13</scala.binary.version>
943943
<spotless.scalafmt.version>3.8.3</spotless.scalafmt.version>
944944
</properties>

0 commit comments

Comments
 (0)