Skip to content

Commit 69ce0f0

Browse files
committed
Update readme with badge
1 parent cbd0ffb commit 69ce0f0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
This 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
1919
repositories {
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
2423
dependencies {
@@ -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>

0 commit comments

Comments
 (0)