Skip to content

Commit

Permalink
[SPARK-25578][BUILD] Update to Scala 2.12.7
Browse files Browse the repository at this point in the history
## 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 apache#22600 from srowen/SPARK-25578.

Authored-by: Sean Owen <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
  • Loading branch information
srowen committed Oct 2, 2018
1 parent 3422fc0 commit 5114db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@
<profile>
<id>scala-2.12</id>
<properties>
<scala.version>2.12.6</scala.version>
<scala.version>2.12.7</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>
<build>
Expand Down

0 comments on commit 5114db5

Please sign in to comment.