Skip to content

Commit

Permalink
chore: bump versions for spark 4.0.0rc1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-gonzalez-alvarez authored Feb 10, 2025
1 parent 55738ce commit 3ce7298
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2-tom
0.7.0-tom
2 changes: 1 addition & 1 deletion python/requirements_common.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Common requirements used for all environments

pyspark==3.5.3
pyspark==4.0.0rc1
2 changes: 1 addition & 1 deletion scala/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2-tom
0.7.0-tom
6 changes: 3 additions & 3 deletions scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val versionNumber = IO.readLines(new File(versionNumberFile))

ThisBuild / version := versionNumber.head

ThisBuild / scalaVersion := "2.12.20"
ThisBuild / scalaVersion := "2.13.12"

lazy val root = (project in file("."))
.settings(
Expand All @@ -12,8 +12,8 @@ lazy val root = (project in file("."))
)

libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "3.5.3" % "provided",
"org.apache.spark" %% "spark-sql" % "3.5.3" % "provided",
"org.apache.spark" %% "spark-core" % "4.0.0-preview1" % "provided",
"org.apache.spark" %% "spark-sql" % "4.0.0-preview1" % "provided",
"org.scalactic" %% "scalactic" % "3.2.19",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)

0 comments on commit 3ce7298

Please sign in to comment.