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 2022/01/14 03:16:15 UTC

[spark] branch master updated: [SPARK-37880][BUILD] Upgrade Scala to 2.13.8

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 489391a  [SPARK-37880][BUILD] Upgrade Scala to 2.13.8
489391a is described below

commit 489391a56dc16459dde27bf29168381ac90e5a34
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Thu Jan 13 19:15:20 2022 -0800

    [SPARK-37880][BUILD] Upgrade Scala to 2.13.8
    
    ### What changes were proposed in this pull request?
    This pr aims to update from Scala 2.13.7 to Scala 2.13.8 for Apache Spark 3.3.
    
    ### Why are the changes needed?
    Scala 2.13.8 is a maintenance release for 2.13 line and the release notes as follows:
    - https://github.com/scala/scala/releases/tag/v2.13.8
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    - Pass the GitHub Action Scala 2.13 job
    
    - Manual test (Will add)
    
    Closes #35181 from LuciferYang/SPARK-37880.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc15a86..61d576c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3581,7 +3581,7 @@
     <profile>
       <id>scala-2.13</id>
       <properties>
-        <scala.version>2.13.7</scala.version>
+        <scala.version>2.13.8</scala.version>
         <scala.binary.version>2.13</scala.binary.version>
       </properties>
       <build>

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