File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ This is not my beautiful code.
12
12
13
13
So you include com.holdenkarau.spark-testing-base [ spark_version] _ 0.3.1 and extend one
14
14
of the classes and write some simple tests instead.
15
- For example to include this in a project using Spark 1.6.0 :
15
+ For example to include this in a project using Spark 1.6.1 :
16
16
17
- "com.holdenkarau" %% "spark-testing-base" % "1.6.0_0 .3.1 "
17
+ "com.holdenkarau" %% "spark-testing-base" % "1.6.1_0 .3.2 "
18
18
19
19
or
20
20
21
21
<dependency>
22
22
<groupId>com.holdenkarau</groupId>
23
- <artifactId>spark-testing-base </artifactId>
24
- <version>${spark.version}_0.3.1 </version>
23
+ <artifactId>spark-testing-base_2.10 </artifactId>
24
+ <version>${spark.version}_0.3.2 </version>
25
25
<scope>test</scope>
26
26
</dependency>
27
27
You can’t perform that action at this time.
0 commit comments