Skip to content

Commit

Permalink
Merge pull request #347 from rmalleman/patch-1
Browse files Browse the repository at this point in the history
update maven dependency in the README
  • Loading branch information
twollnik authored Apr 6, 2021
2 parents fc3b307 + 607b3ce commit db63229
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 @@ -20,12 +20,12 @@ __Maven__
<dependency>
<groupId>com.amazon.deequ</groupId>
<artifactId>deequ</artifactId>
<version>1.1.0-spark-3.0-scala-2.12</version>
<version>1.1.0_spark-3.0-scala-2.12</version>
</dependency>
```
__sbt__
```
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.1.0-spark-3.0-scala-2.12"
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.1.0_spark-3.0-scala-2.12"
```

## Example
Expand Down

0 comments on commit db63229

Please sign in to comment.