Repository: spark Updated Branches: refs/heads/master 3422fc0b6 -> 5114db578
[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 <[email protected]> Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5114db57 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5114db57 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5114db57 Branch: refs/heads/master Commit: 5114db5781967c1e8046296905d97560187479fb Parents: 3422fc0 Author: Sean Owen <[email protected]> Authored: Mon Oct 1 21:35:12 2018 -0500 Committer: Sean Owen <[email protected]> Committed: Mon Oct 1 21:35:12 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5114db57/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 099a081..172a6ce 100644 --- a/pom.xml +++ b/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
