diff --git a/build.gradle.kts b/build.gradle.kts index 06a34f67..f519425e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ allprojects { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") implementation(project(":api")) implementation(project(":implementation_1_20_4", configuration = "reobf"))