Skip to content

Commit

Permalink
Bump Spark version up to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jul 12, 2022
1 parent aaaa707 commit 5d96a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Dependencies {
}

def apacheSpark(module: String) = Def.setting {
"org.apache.spark" %% s"spark-$module" % ver("3.1.3", "3.2.1").value
"org.apache.spark" %% s"spark-$module" % "3.2.0"
}

def scalaReflect(version: String) = "org.scala-lang" % "scala-reflect" % version
Expand Down

0 comments on commit 5d96a95

Please sign in to comment.