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
commit 9493576067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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