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 2021/02/25 23:28:20 UTC

[spark] branch master updated: [SPARK-34505][BUILD] Upgrade Scala to 2.13.5

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 1967760  [SPARK-34505][BUILD] Upgrade Scala to 2.13.5
1967760 is described below

commit 1967760277595af5c842402c6f2d1f28dfb18728
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Feb 25 15:27:46 2021 -0800

    [SPARK-34505][BUILD] Upgrade Scala to 2.13.5
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update from Scala 2.13.4 to Scala 2.13.5 for Apache Spark 3.2.
    
    ### Why are the changes needed?
    
    Scala 2.13.5 is a maintenance release for 2.13 line and improves Java 13, 14, 15, 16, and 17 support.
    - https://github.com/scala/scala/releases/tag/v2.13.5
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass the GitHub Action `Scala 2.13` job and manual test.
    
    I verified the following locally and all passed.
    ```
    $ dev/change-scala-version.sh 2.13
    $ build/sbt test -Pscala-2.13
    ```
    
    Closes #31620 from dongjoon-hyun/SPARK-34505.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d497ed1..b7b9f8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3278,7 +3278,7 @@
     <profile>
       <id>scala-2.13</id>
       <properties>
-        <scala.version>2.13.4</scala.version>
+        <scala.version>2.13.5</scala.version>
         <scala.binary.version>2.13</scala.binary.version>
       </properties>
       <dependencyManagement>


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