We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc154bb commit 43e9098Copy full SHA for 43e9098
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
13
allprojects {
14
group = "dev.schlaubi.lyrics"
15
- version = "2.4.4"
+ version = "2.4.5"
16
17
repositories {
18
mavenCentral()
lavalink/build.gradle.kts
@@ -13,9 +13,11 @@ dependencies {
implementation(projects.client) {
exclude(group = "io.ktor", module = "ktor-client-okhttp")
}
- implementation(libs.ktor.client.content.negotiation)
- implementation(libs.ktor.client.java)
implementation(projects.protocol)
+ implementation(libs.ktor.client.core)
+ implementation(libs.ktor.client.resources)
19
+ implementation(libs.ktor.client.content.negotiation)
20
+ implementation(libs.ktor.serialization.kotlinx.json)
21
implementation(projects.lavaplayer) {
22
isTransitive = false
23
0 commit comments