Skip to content

Commit

Permalink
Update spark-sql to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 17, 2022
1 parent d73f0ee commit f462103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/spark/build.sbt
Expand Up @@ -4,5 +4,5 @@ name := "pureconfig-spark"

crossScalaVersions := Seq(scala212, scala213)

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

0 comments on commit f462103

Please sign in to comment.