2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

Use the correct jitpack dependency

The previously mentioned dependency does not exist. "RedisBungee-Bungee" iwith the group id "com.github.limework.redisbungee" is the correct one
This commit is contained in:
Simonsator 2022-05-26 10:27:28 +02:00
parent d34db3da44
commit 0326c4490a

View File

@ -40,7 +40,7 @@ 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>
</dependency>