Skip to content

Commit

Permalink
fix spark3 version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rccern authored Jan 18, 2022
1 parent 702b726 commit 056f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalistener/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.15")
organization := "cern"

val sparkVersion2 = "2.4.7"
val sparkVersion3 = "3.2.0"
val sparkVersion3 = "3.0.1"

libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 056f653

Please sign in to comment.