From 839542f35943420fab573d740d9a1434406da32a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 02:22:56 +0000 Subject: [PATCH] Update dependency dev.jorel:commandapi-bukkit-core to v9.4.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 42bc276..d3f4d3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // compileOnly("io.papermc.paper:paper-api:$pluginVersion-R0.1-SNAPSHOT") // compileOnly("org.spigotmc:spigot-api:$pluginVersion-R0.1-SNAPSHOT") // compileOnly("org.bukkit:bukkit:$pluginVersion-R0.1-SNAPSHOT") - compileOnly("dev.jorel:commandapi-bukkit-core:9.2.0") + compileOnly("dev.jorel:commandapi-bukkit-core:9.4.2") compileOnly("dev.jorel:commandapi-bukkit-kotlin:9.2.0") compileOnly("love.chihuyu:TimerAPI:1.4.1-SNAPSHOT") compileOnly(kotlin("stdlib"))