File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- [ VERSION ] : https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven. lavalink.dev%2Fsnapshots%2Fdev%2Farbjerg%2Flavalink -client%2Fmaven-metadata.xml
1+ [ VERSION ] : https://img.shields.io/maven-central/v/dev.arbjerg/ lavalink-client
22
33# Java Lavalink client
44This is a client for Lavalink v4 only. You cannot use this with Lavalink v3.
@@ -18,7 +18,6 @@ Or copy/download it [here](https://maven.arbjerg.dev/#/snapshots/dev/arbjerg/lav
1818``` gradle
1919repositories {
2020 maven("https://maven.lavalink.dev/releases") // Required for the protocol library
21- maven("https://maven.lavalink.dev/snapshots") // This is for the client
2221}
2322
2423dependencies {
@@ -34,11 +33,6 @@ dependencies {
3433 <name>Lavalink Releases</name>
3534 <url>https://maven.lavalink.dev/releases</url>
3635 </repository>
37- <repository>
38- <id>ll-snapshots</id>
39- <name>Lavalink Snapshots</name>
40- <url>https://maven.lavalink.dev/snapshots</url>
41- </repository>
4236</repositories>
4337
4438<dependency>
You can’t perform that action at this time.
0 commit comments