1 parent 808c2ac commit 7a8dac0Copy full SHA for 7a8dac0
1 file changed
README.md
@@ -12,16 +12,16 @@ This is not my beautiful code.
12
13
So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.1 and extend one
14
of the classes and write some simple tests instead.
15
-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:
16
17
- "com.holdenkarau" %% "spark-testing-base" % "1.6.0_0.3.1"
+ "com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.2"
18
19
or
20
21
<dependency>
22
<groupId>com.holdenkarau</groupId>
23
- <artifactId>spark-testing-base</artifactId>
24
- <version>${spark.version}_0.3.1</version>
+ <artifactId>spark-testing-base_2.10</artifactId>
+ <version>${spark.version}_0.3.2</version>
25
<scope>test</scope>
26
</dependency>
27
0 commit comments