diff --git a/docs/_config.yml b/docs/_config.yml index d6f09385a7..aa858175dd 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,7 +22,7 @@ include: SPARK_VERSION: 3.2.1-SNAPSHOT SPARK_VERSION_SHORT: 3.2.1 SCALA_BINARY_VERSION: "2.12" -SCALA_VERSION: "2.12.14" +SCALA_VERSION: "2.12.15" MESOS_VERSION: 1.0.0 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK SPARK_GITHUB_URL: https://github.com/apache/spark diff --git a/pom.xml b/pom.xml index 9f2b2c923c..5adbe8ab0e 100644 --- a/pom.xml +++ b/pom.xml @@ -3360,7 +3360,7 @@ SPARK-34774 Add this property to ensure change-scala-version.sh can replace the public `scala.version` property correctly. --> - 2.12.14 + 2.12.15