Skip to content

Commit 3242e8a

Browse files
committed
update koe to 2.0.1
1 parent 0aa718c commit 3242e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ fun VersionCatalogBuilder.voice() {
4444
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
4545
library("lavadsp", "dev.arbjerg", "lavadsp").version("0.7.8")
4646

47-
library("koe", "moe.kyokobot.koe", "core").version("2.0.0-rc1")
48-
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.0-rc1")
47+
library("koe", "moe.kyokobot.koe", "core").version("2.0.1")
48+
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1")
4949

5050
version("udpqueue", "0.2.7")
5151
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")

0 commit comments

Comments
 (0)