2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-18 12:30:27 +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

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>
```