From 6526b98dbe1561d16f6a194df951591cca9a3195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 09:03:00 +0000 Subject: [PATCH] fix(deps): update dependency cloud.commandframework:cloud-annotations to v1.8.4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 94bf0b95..d042b290 100644 --- a/build.gradle +++ b/build.gradle @@ -282,8 +282,8 @@ dependencies { // Command Handling! https://commandframework.cloud library 'cloud.commandframework:cloud-core:1.8.4' - library 'cloud.commandframework:cloud-annotations:1.8.3' - annotationProcessor('cloud.commandframework:cloud-annotations:1.8.3') + library 'cloud.commandframework:cloud-annotations:1.8.4' + annotationProcessor('cloud.commandframework:cloud-annotations:1.8.4') library 'cloud.commandframework:cloud-paper:1.8.3' library 'cloud.commandframework:cloud-minecraft-extras:1.8.3' // Dependency for our way of command handling