Skip to content

Commit

Permalink
Bump spark-fast-tests version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Aug 14, 2017
1 parent 3b2edf3 commit 7db3bf4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ version := "0.9.0"
scalaVersion := "2.11.8"
sparkVersion := "2.2.0"

sparkComponents ++= Seq("sql", "hive")
sparkComponents ++= Seq("sql")

spDependencies += "MrPowers/spark-fast-tests:0.2.0"
spDependencies += "MrPowers/spark-fast-tests:0.4.0"

libraryDependencies += "org.apache.commons" % "commons-text" % "1.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.6" % "provided"

parallelExecution in Test := false

// All Spark Packages need a license
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT"))

Expand Down

0 comments on commit 7db3bf4

Please sign in to comment.