Update README.md

pull/1461/head
Nikita Koksharov 7 years ago committed by GitHub
parent 5851addfdd
commit a323460caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,23 +98,23 @@ Quick start
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson</artifactId> <artifactId>redisson</artifactId>
<version>3.6.5</version> <version>3.7.0</version>
</dependency> </dependency>
<!-- JDK 1.6+ compatible --> <!-- JDK 1.6+ compatible -->
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson</artifactId> <artifactId>redisson</artifactId>
<version>2.11.5</version> <version>2.11.0</version>
</dependency> </dependency>
#### Gradle #### Gradle
// JDK 1.8+ compatible // JDK 1.8+ compatible
compile 'org.redisson:redisson:3.6.5' compile 'org.redisson:redisson:3.7.0'
// JDK 1.6+ compatible // JDK 1.6+ compatible
compile 'org.redisson:redisson:2.11.5' compile 'org.redisson:redisson:2.12.0'
#### Java #### Java

Loading…
Cancel
Save