build: 更新依赖MC版本

This commit is contained in:
2023-10-23 19:05:13 +08:00
parent 084166496a
commit 13b0e32d5a

View File

@@ -4,7 +4,7 @@ evaluationDependsOn(":core-common")
dependencies {
implementation(project(":core-common")) { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
implementation("de.tr7zw:item-nbt-api:+")
compileOnly("net.milkbowl.vault:VaultAPI:+") { isTransitive = false }