diff --git a/build.gradle.kts b/build.gradle.kts index 2aa2803..b57971e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { implementation("com.github.TechnicJelle:UpdateCheckerJava:v2.5") - compileOnly(dependencyNotation = "org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT") + compileOnly(dependencyNotation = "org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT") compileOnly(dependencyNotation = "net.kyori:adventure-api:4.17.0") compileOnly(dependencyNotation = "net.kyori:adventure-platform-bukkit:4.3.4") compileOnly(dependencyNotation = "net.kyori:adventure-text-minimessage:4.17.0")