From 8a8ff751117c34e9cf867e9a91cc60a4d2b0c709 Mon Sep 17 00:00:00 2001 From: topi314 Date: Thu, 6 Jun 2024 22:47:26 +0200 Subject: [PATCH] update koe & lavaplayer --- CHANGELOG.md | 1 + docs/changelog/v4.md | 1 + settings.gradle.kts | 7 ++++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477fd6217..ef77dac25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/changelog/v4.md b/docs/changelog/v4.md index b22285976..e517ee841 100644 --- a/docs/changelog/v4.md +++ b/docs/changelog/v4.md @@ -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) diff --git a/settings.gradle.kts b/settings.gradle.kts index b573a8e37..29c14ee0c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")