We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6f1c5 + 00ef4d8 commit c461a0cCopy full SHA for c461a0c
settings.gradle.kts
@@ -45,7 +45,7 @@ fun VersionCatalogBuilder.voice() {
45
library("koe", "moe.kyokobot.koe", "core").version("2.0.0-rc1")
46
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.0-rc1")
47
48
- version("udpqueue", "0.1.6")
+ version("udpqueue", "0.2.4")
49
val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "win-x86-64", "win-x86", "darwin")
50
platforms.forEach {
51
library("udpqueue-native-$it", "club.minnced", "udpqueue-native-$it").versionRef("udpqueue")
0 commit comments