build(bukkit): 更新依赖版本

This commit is contained in:
2023-02-13 23:03:30 +08:00
parent 89c3cd3c56
commit 1e1a084c37

View File

@@ -5,7 +5,7 @@ evaluationDependsOn(':hamster-ball-common')
dependencies {
apiShade(project(":hamster-ball-common")) { transitive = false }
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
compileOnly "cn.hamster3.mc.plugin.core:bukkit:${hamster_core_version}"
compileOnly("me.clip:placeholderapi:2.11.2") { transitive = false }