Update README.md

pull/3097/head
Nikita Koksharov 5 years ago committed by GitHub
parent 8a9ef6d9c3
commit efa0a85fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,14 +99,14 @@ Used by
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson</artifactId> <artifactId>redisson</artifactId>
<version>3.13.4</version> <version>3.13.5</version>
</dependency> </dependency>
#### Gradle #### Gradle
compile 'org.redisson:redisson:3.13.4' compile 'org.redisson:redisson:3.13.5'
#### SBT #### SBT
libraryDependencies += "org.redisson" % "redisson" % "3.13.4" libraryDependencies += "org.redisson" % "redisson" % "3.13.5"
#### Java #### Java

Loading…
Cancel
Save