diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 7714eb7..c3b05b5 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -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 }