Skip to content

Commit

Permalink
Update the example versions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Oct 23, 2018
1 parent 735ea7c commit b4eec09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Fetch the JAR file from Maven.

```scala
resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"
libraryDependencies += "MrPowers" % "spark-fast-tests" % "2.3.0_0.13.1"
libraryDependencies += "MrPowers" % "spark-fast-tests" % "0.16.0" % "test"
```

**Option 2: JitPack**
Expand All @@ -64,7 +64,7 @@ Update your `build.sbt` file as follows.

```scala
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.mrpowers" % "spark-fast-tests" % "v2.3.0_0.12.0" % "test"
libraryDependencies += "com.github.mrpowers" % "spark-fast-tests" % "v0.16.0" % "test"
```

**Spark version compatibility by spark-fast-tests version**
Expand Down

0 comments on commit b4eec09

Please sign in to comment.