Skip to content

Commit

Permalink
update lavaplayer to 1.5.6
Browse files Browse the repository at this point in the history
remove testbot since it doesn't compile anymore
  • Loading branch information
topi314 committed Sep 20, 2024
1 parent c81de55 commit 7797be3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 181 deletions.
27 changes: 0 additions & 27 deletions Testbot/build.gradle.kts

This file was deleted.

35 changes: 0 additions & 35 deletions Testbot/readme.md

This file was deleted.

105 changes: 0 additions & 105 deletions Testbot/src/main/kotlin/lavalink/testbot/testbot.kt

This file was deleted.

11 changes: 0 additions & 11 deletions Testbot/src/main/resources/logback.xml

This file was deleted.

4 changes: 1 addition & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ rootProject.name = "Lavalink-Parent"

include(":Lavalink-Server")
include(":protocol")
include(":Testbot")
include(":plugin-api")
include("plugin-api")

project(":Lavalink-Server").projectDir = file("$rootDir/LavalinkServer")

Expand Down Expand Up @@ -38,7 +36,7 @@ fun VersionCatalogBuilder.spring() {
}

fun VersionCatalogBuilder.voice() {
version("lavaplayer", "1.5.4")
version("lavaplayer", "1.5.6")

library("lavaplayer", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer")
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
Expand Down

0 comments on commit 7797be3

Please sign in to comment.