diff --git a/build.gradle.kts b/build.gradle.kts index ee823f9c..198b35da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ allprojects { compileOnly(fileTree("${project.rootDir}/lib") { include("*.jar") }) compileOnly("com.mojang:authlib:1.5.25") //compileOnly("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT") - compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.1.0") compileOnly("com.comphenix.protocol:ProtocolLib:5.3.0") compileOnly("me.clip:placeholderapi:2.11.6") @@ -87,9 +87,9 @@ allprojects { compileOnly("net.kyori:adventure-text-minimessage:4.18.0") compileOnly("net.kyori:adventure-platform-bukkit:4.3.4") - annotationProcessor("org.projectlombok:lombok:1.18.34") - testCompileOnly("org.projectlombok:lombok:1.18.34") - testAnnotationProcessor("org.projectlombok:lombok:1.18.34") + annotationProcessor("org.projectlombok:lombok:1.18.36") + testCompileOnly("org.projectlombok:lombok:1.18.36") + testAnnotationProcessor("org.projectlombok:lombok:1.18.36") implementation("dev.triumphteam:triumph-gui:3.1.11") { exclude("net.kyori") // Already have adventure API