Skip to content

Commit

Permalink
fix(deps): update dependency cloud.commandframework:cloud-annotations…
Browse files Browse the repository at this point in the history
… to v1.8.4
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent fb8a505 commit 6526b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6526b98

Please sign in to comment.