2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-10 13:07:22 +00:00

Merge pull request #30 from Simonsator/develop

Use the correct jitpack dependency in the Readme
This commit is contained in:
mohammed Alteniji
2022-05-27 17:05:34 +04:00
committed by GitHub
+2 -1
View File
@@ -40,8 +40,9 @@ then add this in your dependencies
```
<dependency>
<groupId>com.github.limework.redisbungee</groupId>
<artifactId>RedisBungee</artifactId>
<artifactId>RedisBungee-Bungee</artifactId>
<version>0.7.2</version>
<scope>provided</scope>
</dependency>
```