Skip to content

Commit

Permalink
Bump spark-fast-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Apr 18, 2019
1 parent 50396b4 commit 8e28aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spShortDescription := "Spark helper methods to maximize developer productivity"

spDescription := "DataFrame validations, Column extensions, SparkSession extensions, sql functions, DataFrame transformations, and DataFrameHelpers."

libraryDependencies += "MrPowers" % "spark-fast-tests" % "0.17.1-s_2.11" % "test"
libraryDependencies += "MrPowers" % "spark-fast-tests" % "0.19.1-s_2.11" % "test"
libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.3" % "test"
testFrameworks += new TestFramework("com.github.mrpowers.spark.daria.CustomFramework")

Expand Down

0 comments on commit 8e28aef

Please sign in to comment.