diff --git a/api/build.gradle.kts b/api/build.gradle.kts index e5d26aa7..cdcbaed4 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") api("net.thenextlvl.core:i18n:1.0.19") - api("net.thenextlvl.core:paper:1.3.6") + api("net.thenextlvl.core:paper:1.4.1") annotationProcessor("org.projectlombok:lombok:1.18.34") }