Skip to content

Commit 8bae18e

Browse files
committed
exclude old lava-common version
1 parent 9e33099 commit 8bae18e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LavalinkServer/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ dependencies {
5454
implementation(libs.koe.udpqueue) {
5555
exclude(module="udp-queue")
5656
}
57-
implementation(libs.bundles.udpqueue.natives)
57+
implementation(libs.bundles.udpqueue.natives) {
58+
exclude(group = "com.sedmelluq", module = "lava-common")
59+
}
5860

5961
implementation(libs.lavaplayer)
6062
implementation(libs.lavaplayer.ip.rotator)

0 commit comments

Comments
 (0)