Skip to content

Commit

Permalink
Add Scala version to maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudhanafy committed Apr 8, 2016
1 parent 808c2ac commit 7a8dac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<dependency>
<groupId>com.holdenkarau</groupId>
<artifactId>spark-testing-base</artifactId>
<version>${spark.version}_0.3.1</version>
<artifactId>spark-testing-base_2.10</artifactId>
<version>${spark.version}_0.3.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7a8dac0

Please sign in to comment.