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

update libs

This commit is contained in:
XiaoMoMi
2025-06-15 17:03:50 +08:00
parent 745f364e14
commit 5cd78d423f

View File

@@ -8,9 +8,9 @@ repositories {
dependencies {
compileOnly(project(":api"))
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("com.nexomc:nexo:0.5.0-dev.8")
compileOnly("net.momirealms:craft-engine-core:0.0.13")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.13")
compileOnly("com.nexomc:nexo:1.1.0-dev.3")
compileOnly("net.momirealms:craft-engine-core:0.0.57")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.57")
}
tasks.withType<JavaCompile> {