Skip to content

Commit

Permalink
Version bump to 2.2.0_0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Jul 19, 2018
1 parent d4a91c8 commit 3fef66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ resolvers += "jitpack" at "https://jitpack.io"

name := "spark-daria"

version := "0.22.1"
version := "0.22.2"

scalaVersion := "2.11.12"
val sparkVersion = "2.3.0"
val sparkVersion = "2.2.0"
val sparkFastTestsVersion = s"v${sparkVersion}_0.8.0"

libraryDependencies += "org.apache.spark" %% "spark-sql" % sparkVersion % "provided"
Expand Down

0 comments on commit 3fef66d

Please sign in to comment.