Skip to content

Commit 798df29

Browse files
committed
Update readme
1 parent eb4321d commit 798df29

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,19 +12,19 @@ This is not my beautiful code.
1212

1313
## How?
1414

15-
So you include com.holdenkarau.spark-testing-base [spark_version]_1.4.0 and extend one of the classes and write some simple tests instead. For example to include this in a project using Spark 3.0.0:
15+
So you include com.holdenkarau.spark-testing-base [spark_version]_[spark_testing_base_version] (in thise case 2.1.2) and extend one of the classes and write some simple tests instead. For example to include this in a project using Spark 4.0.0:
1616

1717
```scala
18-
"com.holdenkarau" %% "spark-testing-base" % "3.0.0_1.4.0" % "test"
18+
"com.holdenkarau" %% "spark-testing-base" % "4.0.0_2.1.2" % "test"
1919
```
2020

2121
or
2222

2323
```
2424
<dependency>
2525
<groupId>com.holdenkarau</groupId>
26-
<artifactId>spark-testing-base_2.12</artifactId>
27-
<version>${spark.version}_1.4.0</version>
26+
<artifactId>spark-testing-base_2.13</artifactId>
27+
<version>${spark.version}_2.1.2</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```

0 commit comments

Comments
 (0)