Skip to content

Commit

Permalink
Change project version to 0.3.3 at README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudhanafy committed Apr 20, 2016
1 parent af40961 commit ecf02f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This is not my beautiful code.

# How?

So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.1 and extend one
So you include com.holdenkarau.spark-testing-base [spark_version]_0.3.3 and extend one
of the classes and write some simple tests instead.
For example to include this in a project using Spark 1.6.1:

"com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.2"
"com.holdenkarau" %% "spark-testing-base" % "1.6.1_0.3.3"

or

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

Expand Down

0 comments on commit ecf02f4

Please sign in to comment.