Skip to content

Commit c82046a

Browse files
topi314DRSchlaubi
authored andcommitted
update koe & lavaplayer
1 parent 007cff5 commit c82046a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The most noteworthy of these, as well as any features and breaking changes, are
55

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

910
## v4.0.5
1011
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)

docs/changelog/v4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v4.0.6
22
* Updated Lavaplayer to [`2.2.0`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.0)
3+
* Updated Koe to [`2.0.2`](https://github.com/KyokoBot/koe/releases/tag/2.0.2)
34

45
## v4.0.5
56
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)

settings.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ fun VersionCatalogBuilder.spring() {
3636
}
3737

3838
fun VersionCatalogBuilder.voice() {
39-
version("lavaplayer", "2.1.2")
39+
version("lavaplayer", "2.2.0")
40+
version("koe", "2.0.2")
4041

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

45-
library("koe", "moe.kyokobot.koe", "core").version("2.0.1")
46-
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1")
46+
library("koe", "moe.kyokobot.koe", "core").versionRef("koe")
47+
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").versionRef("koe")
4748

4849
version("udpqueue", "0.2.7")
4950
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)