2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-18 20:40:26 +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> <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>
<scope>provided</scope>
</dependency> </dependency>
``` ```