You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2018/12/08 19:10:21 UTC

spark git commit: [SPARK-26266][BUILD] Update to Scala 2.12.8 (branch-2.4)

Repository: spark
Updated Branches:
  refs/heads/branch-2.4 910bfc87b -> 14b75ebea


[SPARK-26266][BUILD] Update to Scala 2.12.8 (branch-2.4)

## What changes were proposed in this pull request?

Back-port of https://github.com/apache/spark/pull/23218 ; updates Scala 2.12 build to 2.12.8

## How was this patch tested?

Existing tests.

Closes #23264 from srowen/SPARK-26266.2.

Authored-by: Sean Owen <se...@databricks.com>
Signed-off-by: Dongjoon Hyun <do...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/14b75ebe
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/14b75ebe
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/14b75ebe

Branch: refs/heads/branch-2.4
Commit: 14b75ebea54842854d839a4fbec0780ceaac007e
Parents: 910bfc8
Author: Sean Owen <se...@databricks.com>
Authored: Sat Dec 8 11:10:11 2018 -0800
Committer: Dongjoon Hyun <do...@apache.org>
Committed: Sat Dec 8 11:10:11 2018 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/14b75ebe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 349de83..3a0168a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2767,7 +2767,7 @@
     <profile>
       <id>scala-2.12</id>
       <properties>
-        <scala.version>2.12.7</scala.version>
+        <scala.version>2.12.8</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
       </properties>
       <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org