Skip to content

Commit

Permalink
update README for version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Schmidt committed Jun 18, 2020
1 parent 7eff5e8 commit d9640b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,13 +17,13 @@ __Maven__
<dependency>
<groupId>com.amazon.deequ</groupId>
<artifactId>deequ</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

__sbt__
```
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.0.3"
libraryDependencies += "com.amazon.deequ" % "deequ" % "1.0.4"
```

## Example
Expand Down

0 comments on commit d9640b5

Please sign in to comment.