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