You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yu...@apache.org on 2022/09/03 06:43:34 UTC

[spark] branch master updated: [SPARK-39414][BUILD][FOLLOWUP] Update Scala to 2.12.16 in doc

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

yumwang 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 428abf56819 [SPARK-39414][BUILD][FOLLOWUP] Update Scala to 2.12.16 in doc
428abf56819 is described below

commit 428abf56819ced71645fa36ed97ae6eb5922b552
Author: Yuming Wang <yu...@ebay.com>
AuthorDate: Sat Sep 3 14:42:46 2022 +0800

    [SPARK-39414][BUILD][FOLLOWUP] Update Scala to 2.12.16 in doc
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up to update Scala to 2.12.16 in doc.
    
    ### Why are the changes needed?
    
    This should be consistent.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A
    
    Closes #37780 from wangyum/SPARK-39414.
    
    Authored-by: Yuming Wang <yu...@ebay.com>
    Signed-off-by: Yuming Wang <yu...@ebay.com>
---
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 4cd0fc95039..fdf1a4652f7 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -22,7 +22,7 @@ include:
 SPARK_VERSION: 3.4.0-SNAPSHOT
 SPARK_VERSION_SHORT: 3.4.0
 SCALA_BINARY_VERSION: "2.12"
-SCALA_VERSION: "2.12.15"
+SCALA_VERSION: "2.12.16"
 MESOS_VERSION: 1.0.0
 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
 SPARK_GITHUB_URL: https://github.com/apache/spark


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