Skip to content

Commit

Permalink
Update spark-sql to 3.4.1 (pureconfig#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 25, 2023
1 parent a693949 commit cd8a287
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.4.0" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.4.0")
libraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.4.1" % "provided")
mdocLibraryDependencies ++= Seq("org.apache.spark" %% "spark-sql" % "3.4.1")

0 comments on commit cd8a287

Please sign in to comment.