Update README.md

pull/4272/head
Nikita Koksharov 3 years ago committed by GitHub
parent f1319328c5
commit 65fe423e5c
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.4.x -->
<artifactId>redisson-micronaut-30</artifactId>
<version>3.17.0</version>
<version>3.17.1</version>
</dependency>
```
@ -25,9 +25,9 @@ Gradle
```groovy
// for Micronaut v2.0.x - v2.5.x
compile 'org.redisson:redisson-micronaut-20:3.17.0'
compile 'org.redisson:redisson-micronaut-20:3.17.1'
// for Micronaut v3.0.x - v3.4.x
compile 'org.redisson:redisson-micronaut-30:3.17.0'
compile 'org.redisson:redisson-micronaut-30:3.17.1'
```
### 2. Add settings into `application.yml` file

Loading…
Cancel
Save