Skip to content

Commit

Permalink
update to lavalink v4
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 3, 2023
1 parent dffecbd commit 706a8ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {
}

dependencies {
compileOnly "dev.arbjerg:lavaplayer:2.0.0"
compileOnly "dev.arbjerg:lavaplayer:2.0.4"
compileOnly "org.jetbrains:annotations:24.0.1"
implementation "org.jetbrains.kotlin:kotlin-annotations-jvm:1.9.0"
}
Expand Down
8 changes: 4 additions & 4 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
kotlin("jvm")
id("dev.arbjerg.lavalink.gradle-plugin") version "1.0.14"
id("dev.arbjerg.lavalink.gradle-plugin") version "1.0.15"
}

base {
Expand All @@ -11,8 +11,8 @@ base {

lavalinkPlugin {
name = "lavasearch-plugin"
apiVersion = "4.0.0-beta.3"
serverVersion = "4.0.0-beta.3"
apiVersion = "4.0.0"
serverVersion = "4.0.0"
configurePublishing = false
}

Expand All @@ -30,7 +30,7 @@ dependencies {
implementation(project(":main"))
implementation(project(":protocol"))
implementation(project(":plugin-api"))
compileOnly("dev.arbjerg.lavalink:Lavalink-Server:4.0.0-beta.3")
compileOnly("dev.arbjerg.lavalink:Lavalink-Server:4.0.0")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kotlin {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("dev.arbjerg.lavalink:protocol:4.0.0-beta.3")
implementation("dev.arbjerg.lavalink:protocol:4.0.0")
}
}
}
Expand Down

0 comments on commit 706a8ee

Please sign in to comment.