8000 Add Scala version to maven dependency · randomf/spark-testing-base@7a8dac0 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 7a8dac0

Browse files
committed
Add Scala version to maven dependency
holdenk#85
1 parent 808c2ac commit 7a8dac0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This is not my beautiful code.
1212

1313
So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.1 and extend one
1414
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:
1616

17-
"com.holdenkarau" %% "spark-testing-base" % "1.6.0_0.3.1"
17+
"com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.2"
1818

1919
or
2020

2121
<dependency>
2222
<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>
2525
<scope>test</scope>
2626
</dependency>
2727

0 commit comments

Comments
 (0)
0