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:
parent
d34db3da44
commit
0326c4490a
@ -40,7 +40,7 @@ then add this in your dependencies
|
|||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.limework.redisbungee</groupId>
|
<groupId>com.github.limework.redisbungee</groupId>
|
||||||
<artifactId>RedisBungee</artifactId>
|
<artifactId>RedisBungee-Bungee</artifactId>
|
||||||
<version>0.7.2</version>
|
<version>0.7.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user