diff --git a/README.md b/README.md index e7065004..46429a77 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ This is not my beautiful code. # How? -So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.1 and extend one +So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.3 and extend one of the classes and write some simple tests instead. For example to include this in a project using Spark 1.6.1: - "com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.2" + "com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.3" or com.holdenkarau spark-testing-base_2.10 - ${spark.version}_0.3.2 + ${spark.version}_0.3.3 test