Skip to content

Commit

Permalink
Merge pull request #730 from freyacodes/dev
Browse files Browse the repository at this point in the history
udp queue update for 3.5 release
  • Loading branch information
topi314 authored Aug 28, 2022
2 parents 1c6f1c5 + 00ef4d8 commit c461a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun VersionCatalogBuilder.voice() {
library("koe", "moe.kyokobot.koe", "core").version("2.0.0-rc1")
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.0-rc1")

version("udpqueue", "0.1.6")
version("udpqueue", "0.2.4")
val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "win-x86-64", "win-x86", "darwin")
platforms.forEach {
library("udpqueue-native-$it", "club.minnced", "udpqueue-native-$it").versionRef("udpqueue")
Expand Down

0 comments on commit c461a0c

Please sign in to comment.