Skip to content

Commit

Permalink
update release version in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Helbig <kai.helbig@tngtech.com>
  • Loading branch information
ostrya committed Oct 11, 2023
1 parent f037516 commit 86b17ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,14 +32,14 @@ You can create and start the mock directly from the `mock` artifact using Maven
<groupId>com.tngtech.keycloakmock</groupId>
<artifactId>mock</artifactId>
<scope>test</scope>
<version>0.11.0</version>
<version>0.16.0</version>
</dependency>
```

or Gradle

```gradle
testImplementation 'com.tngtech.keycloakmock:mock:0.11.0'
testImplementation 'com.tngtech.keycloakmock:mock:0.16.0'
```

like this:
Expand Down

0 comments on commit 86b17ca

Please sign in to comment.