Skip to content

Commit

Permalink
Update spark-sql to 3.5.1 (#1624)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>
  • Loading branch information
scala-steward and ruippeixotog committed Feb 27, 2024
1 parent b5067a6 commit 7665e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/spark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Dependencies.Version._

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.5.0" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.5.0")
libraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.5.1" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.5.1")

0 comments on commit 7665e4a

Please sign in to comment.