Skip to content

Commit ad7b3f6

Browse files
committed
[SPARK-25578][BUILD] Update to Scala 2.12.7
## What changes were proposed in this pull request? Update to Scala 2.12.7. See https://issues.apache.org/jira/browse/SPARK-25578 for why. ## How was this patch tested? Existing tests. Closes #22600 from srowen/SPARK-25578. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Sean Owen <sean.owen@databricks.com> (cherry picked from commit 5114db5) Signed-off-by: Sean Owen <sean.owen@databricks.com>
1 parent 426c2bd commit ad7b3f6

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
@@ -2760,7 +2760,7 @@
27602760
<profile>
27612761
<id>scala-2.12</id>
27622762
<properties>
2763-
<scala.version>2.12.6</scala.version>
2763+
<scala.version>2.12.7</scala.version>
27642764
<scala.binary.version>2.12</scala.binary.version>
27652765
</properties>
27662766
<build>

0 commit comments

Comments
 (0)