diff --git a/shiroha-server/build.gradle.kts.patch b/shiroha-server/build.gradle.kts.patch index b17d628..960cf27 100644 --- a/shiroha-server/build.gradle.kts.patch +++ b/shiroha-server/build.gradle.kts.patch @@ -71,7 +71,7 @@ - implementation(project(":folia-api")) + implementation(project(":shiroha-api")) + // Shiroha start - dependencies -+ implementation("com.electronwill.night-config:toml:3.9.0") ++ implementation("com.electronwill.night-config:toml:3.8.4") + implementation("net.openhft:affinity:3.23.3") + implementation("com.github.luben:zstd-jni:1.5.4-1") + implementation("net.openhft:zero-allocation-hashing:0.16")