Skip to content

Commit

Permalink
Update spark-catalyst, spark-core, ... to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-projectglow[bot] committed Feb 22, 2024
1 parent 733b1ee commit d0e2bc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
spark-3-5-tests:
executor: jdk8_2xl
environment:
SPARK_VERSION: 3.5.0
SPARK_VERSION: 3.5.1
SCALA_VERSION: 2.12.18
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import sbt.nio.Keys._
lazy val scala212 = "2.12.18"
lazy val scala213 = "2.13.12"

lazy val spark3 = "3.5.0"
lazy val spark3 = "3.5.1"
lazy val spark4 = "4.0.0-SNAPSHOT"

lazy val sparkVersion = settingKey[String]("sparkVersion")
Expand Down
2 changes: 1 addition & 1 deletion python/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- typeguard
- yapf=0.40.1
- pip:
- pyspark==3.5.0
- pyspark==3.5.1
- databricks-cli==0.18 # Docs notebook source generation
- setuptools==65.6.3 # Python packaging
- twine # Pypi publishing
Expand Down
2 changes: 1 addition & 1 deletion python/spark-4-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
# Note: Spark 4 must currently be installed from source
# We only install pyspark to pull in all the dependencies. It should be
# uninstalled before testing.
- pyspark==3.5.0
- pyspark==3.5.1
- databricks-cli==0.18 # Docs notebook source generation
- setuptools==65.6.3 # Python packaging
- twine # Pypi publishing
Expand Down

0 comments on commit d0e2bc2

Please sign in to comment.