Update README.md

pull/4091/head
Nikita Koksharov 3 years ago committed by GitHub
parent 7654359320
commit 2e0c7adce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ Maven
<artifactId>redisson-micronaut-20</artifactId>
<!-- for Micronaut v3.0.x - v3.2.x -->
<artifactId>redisson-micronaut-30</artifactId>
<version>3.16.7</version>
<version>3.16.8</version>
</dependency>
```
@ -25,9 +25,9 @@ Gradle
```groovy
// for Micronaut v2.0.x - v2.5.x
compile 'org.redisson:redisson-micronaut-20:3.16.7'
compile 'org.redisson:redisson-micronaut-20:3.16.8'
// for Micronaut v3.0.x - v3.2.x
compile 'org.redisson:redisson-micronaut-30:3.16.7'
compile 'org.redisson:redisson-micronaut-30:3.16.8'
```
### 2. Add settings into `application.yml` file

Loading…
Cancel
Save