Skip to content

Commit

Permalink
Fix start error (Fix #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 6, 2024
1 parent c52b6d7 commit 01971d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "dev.schlaubi.lyrics"
version = "2.4.2"
version = "2.4.3"

repositories {
mavenCentral()
Expand Down
3 changes: 1 addition & 2 deletions lavalink/build.gradle.kts
@@ -1,5 +1,3 @@
import com.vanniktech.maven.publish.JavadocJar
import com.vanniktech.maven.publish.KotlinJvm
import proguard.gradle.ProGuardTask

plugins {
Expand All @@ -16,6 +14,7 @@ dependencies {
exclude(group = "io.ktor", module = "ktor-client-okhttp")
}
implementation(libs.ktor.client.java)
implementation(projects.protocol)
implementation(projects.lavaplayer) {
isTransitive = false
}
Expand Down

0 comments on commit 01971d7

Please sign in to comment.