From 7a8dac032a677b326d08051653162ee1ec803299 Mon Sep 17 00:00:00 2001 From: Mahmoud Hanafy Date: Sat, 9 Apr 2016 00:51:54 +0200 Subject: [PATCH] Add Scala version to maven dependency https://github.com/holdenk/spark-testing-base/issues/85 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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