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
1 changed files with 1 additions and 1 deletions

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>