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.2 (#43) [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and BrycensRanch committed Mar 18, 2023
1 parent ddd157e commit dffeafd
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 @@ -201,8 +201,8 @@ dependencies {

// Command Handling! https://commandframework.cloud
implementation 'cloud.commandframework:cloud-core:1.8.2'
implementation 'cloud.commandframework:cloud-annotations:1.8.1'
annotationProcessor('cloud.commandframework:cloud-annotations:1.8.1')
implementation 'cloud.commandframework:cloud-annotations:1.8.2'
annotationProcessor('cloud.commandframework:cloud-annotations:1.8.2')
library 'org.projectlombok:lombok:1.18.26';
library 'com.fasterxml.jackson.core:jackson-annotations:2.14.2'
library 'com.fasterxml.jackson.core:jackson-databind:2.14.2';
Expand Down

0 comments on commit dffeafd

Please sign in to comment.