Skip to content

Commit

Permalink
Merge pull request #21 from megri/main
Browse files Browse the repository at this point in the history
Update to spark version 3.3.0
  • Loading branch information
vincenzobaz committed Dec 6, 2022
2 parents 8baf3af + 641bd0e commit b688ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
ThisBuild / scalaVersion := "3.1.1"
ThisBuild / semanticdbEnabled := true

val sparkVersion = "3.2.0"
val sparkVersion = "3.3.0"
val sparkCore = ("org.apache.spark" %% "spark-core" % sparkVersion).cross(CrossVersion.for3Use2_13)
val sparkSql = ("org.apache.spark" %% "spark-sql" % sparkVersion).cross(CrossVersion.for3Use2_13)
val munit = "org.scalameta" %% "munit" % "0.7.26"
Expand Down

0 comments on commit b688ea2

Please sign in to comment.