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