Skip to content

Commit

Permalink
chore(deps): remove lavaplayer native (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuahp authored Jul 19, 2024
1 parent f67167e commit 15b0378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
implementation("dev.kord:kord-voice:0.13.1")
implementation("com.kotlindiscord.kord.extensions:kord-extensions:1.6.0")
implementation("dev.arbjerg:lavaplayer:2.2.1")
implementation("com.github.aikaterna:lavaplayer-natives:original-SNAPSHOT")

// Ktor
implementation("io.ktor:ktor-client-cio-jvm:2.3.11")
Expand Down Expand Up @@ -88,4 +87,4 @@ tasks.withType<Jar> {
it.name.endsWith("jar")
}.map { zipTree(it) }
})
}
}

0 comments on commit 15b0378

Please sign in to comment.