9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

Update build.gradle.kts

This commit is contained in:
XiaoMoMi
2025-06-15 17:06:54 +08:00
parent 5cd78d423f
commit 0fefa96975

View File

@@ -8,7 +8,7 @@ repositories {
dependencies {
compileOnly(project(":api"))
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("com.nexomc:nexo:1.1.0-dev.3")
compileOnly("com.nexomc:nexo:1.8.0-dev.24")
compileOnly("net.momirealms:craft-engine-core:0.0.57")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.57")
}