Skip to content

Commit

Permalink
update koe & lavaplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jun 6, 2024
1 parent 4a2b99f commit 8a8ff75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The most noteworthy of these, as well as any features and breaking changes, are

## v4.0.6
* Updated Lavaplayer to [`2.2.0`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.0)
* Updated Koe to [`2.0.2`](https://github.com/KyokoBot/koe/releases/tag/2.0.2)

## v4.0.5
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/v4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v4.0.6
* Updated Lavaplayer to [`2.2.0`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.0)
* Updated Koe to [`2.0.2`](https://github.com/KyokoBot/koe/releases/tag/2.0.2)

## v4.0.5
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)
Expand Down
7 changes: 4 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ fun VersionCatalogBuilder.spring() {
}

fun VersionCatalogBuilder.voice() {
version("lavaplayer", "2.1.2")
version("lavaplayer", "2.2.0")
version("koe", "2.0.2")

library("lavaplayer", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer")
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
library("lavadsp", "dev.arbjerg", "lavadsp").version("0.7.8")

library("koe", "moe.kyokobot.koe", "core").version("2.0.1")
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1")
library("koe", "moe.kyokobot.koe", "core").versionRef("koe")
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").versionRef("koe")

version("udpqueue", "0.2.7")
val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "linux-musl-x86-64", "linux-musl-aarch64", "win-x86-64", "win-x86", "darwin")
Expand Down

0 comments on commit 8a8ff75

Please sign in to comment.