From d2d1bed39ab81e21baff8315f18fc269f68124d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:20:55 +0000 Subject: [PATCH] Update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c09d32..40f628c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { } // Commands implementation("cloud.commandframework:cloud-annotations:1.8.3") - implementation("cloud.commandframework:cloud-minecraft-extras:1.8.3") + implementation("cloud.commandframework:cloud-minecraft-extras:1.8.4") implementation("cloud.commandframework:cloud-paper:1.8.4") annotationProcessor("cloud.commandframework:cloud-annotations:1.8.3") implementation("me.lucko:commodore:2.2")