@@ -16,7 +16,6 @@ dependencyResolutionManagement {
16
16
voice()
17
17
metrics()
18
18
common()
19
- other()
20
19
}
21
20
}
22
21
}
@@ -42,8 +41,8 @@ fun VersionCatalogBuilder.voice() {
42
41
library(" lavaplayer-ip-rotator" , " dev.arbjerg" , " lavaplayer-ext-youtube-rotator" ).versionRef(" lavaplayer" )
43
42
library(" lavadsp" , " dev.arbjerg" , " lavadsp" ).version(" 0.7.8" )
44
43
45
- library(" koe" , " moe.kyokobot.koe" , " core" ).version(" 2.0.2 " )
46
- library(" koe-udpqueue" , " moe.kyokobot.koe" , " ext-udpqueue" ).version(" 2.0.2 " )
44
+ library(" koe" , " moe.kyokobot.koe" , " core" ).version(" 2.0.3-rc2 " )
45
+ library(" koe-udpqueue" , " moe.kyokobot.koe" , " ext-udpqueue" ).version(" 2.0.3-rc2 " )
47
46
48
47
version(" udpqueue" , " 0.2.7" )
49
48
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" )
@@ -78,9 +77,3 @@ fun VersionCatalogBuilder.common() {
78
77
79
78
library(" spotbugs" , " com.github.spotbugs" , " spotbugs-annotations" ).version(" 3.1.6" )
80
79
}
81
-
82
-
83
- fun VersionCatalogBuilder.other () {
84
- library(" jda" , " net.dv8tion" , " JDA" ).version(" 4.1.1_135" )
85
- library(" lavalink-client" , " com.github.FredBoat" , " Lavalink-Client" ).version(" 8d9b660" )
86
- }
0 commit comments