You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,22 @@ Deequ is a library built on top of Apache Spark for defining "unit tests for dat
8
8
9
9
## Requirements and Installation
10
10
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.
12
12
13
13
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:
0 commit comments