9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-28 11:29:15 +00:00
This commit is contained in:
XiaoMoMi
2023-09-28 14:07:57 +08:00
parent 75502b1d91
commit e224a4de5e
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ dependencies {
compileOnly("dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT")
// command
compileOnly("dev.jorel:commandapi-bukkit-core:9.1.0")
compileOnly("dev.jorel:commandapi-bukkit-core:9.2.0")
// packet
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")

View File

@@ -205,7 +205,7 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
"org.mongodb:mongodb-driver-core:4.10.2", mavenRepo,
"org.mongodb:bson:4.10.2", mavenRepo,
"org.xerial:sqlite-jdbc:3.42.0.0", mavenRepo,
"dev.jorel:commandapi-bukkit-shade:9.1.0", mavenRepo
"dev.jorel:commandapi-bukkit-shade:9.2.0", mavenRepo
);
}