From 45b742782cb9184a191995dbb39bdc8692c16123 Mon Sep 17 00:00:00 2001 From: Shynixn Date: Tue, 17 Sep 2024 17:45:41 +0200 Subject: [PATCH] #613 Updated placeholder api. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3d12184e2..34f2249a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ tasks.register("printVersion") { dependencies { // Compile Only compileOnly("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT") - compileOnly("me.clip:placeholderapi:2.9.2") + compileOnly("me.clip:placeholderapi:2.11.6") compileOnly("com.arcaniax:HeadDatabase-API:1.3.1") // Library dependencies with legacy compatibility, we can use more up-to-date version in the plugin.yml