Skip to content

Commit

Permalink
Fix README with new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
judu committed Sep 1, 2021
1 parent 0af1381 commit d996b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ Add the following to your project:
<dependency>
<groupId>com.clever-cloud</groupId>
<artifactId>testcontainers-warp10</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
```

### build.gradle

```
implementation 'com.clever-cloud:testcontainers-warp10:1.0.0'
implementation 'com.clever-cloud:testcontainers-warp10:1.0.2'
```

### build.sbt

```scala
libraryDependencies += "com.clever-cloud" % "testcontainers-warp10" % "1.0.0"
libraryDependencies += "com.clever-cloud" % "testcontainers-warp10" % "1.0.2"
```

## Usage example
Expand Down

0 comments on commit d996b5a

Please sign in to comment.