Skip to content

Commit 313128c

Browse files
author
Tom Wollnik
committed
update install instructions in readme
1 parent c843a56 commit 313128c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Deequ is a library built on top of Apache Spark for defining "unit tests for dat
88

99
## Requirements and Installation
1010

11-
__Deequ__ depends on Java 8 and is known to work with Apache Spark versions 2.2.x to 2.4.x.
11+
__Deequ__ depends on Java 8. We provide releases compatible with Apache Spark versions 2.2.x to 2.4.x and 3.0.x.
1212

1313
Available via [maven central](http://mvnrepository.com/artifact/com.amazon.deequ/deequ).
14-
Add the latest release as a dependency to your project:
14+
15+
Choose the latest release that matches your Scala and Spark versions from the [available versions](http://mvnrepository.com/artifact/com.amazon.deequ/deequ). Add the release as a dependency to your project. For example:
1516
__Maven__
1617
```
1718
<dependency>
1819
<groupId>com.amazon.deequ</groupId>
1920
<artifactId>deequ</artifactId>
20-
<version>1.0.4</version>
21+
<version>1.1.0-spark-3.0-scala-2.12</version>
2122
</dependency>
2223
```
23-
2424
__sbt__
2525
```
26-
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.0.4"
26+
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.1.0-spark-3.0-scala-2.12"
2727
```
2828

2929
## Example

0 commit comments

Comments
 (0)