Skip to content

Commit

Permalink
Update dependency cloud.commandframework:cloud-annotations to v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 29a869f commit e762029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {
isTransitive = false
}
// Commands
implementation("cloud.commandframework:cloud-annotations:1.8.3")
implementation("cloud.commandframework:cloud-annotations:1.8.4")
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")
annotationProcessor("cloud.commandframework:cloud-annotations:1.8.4")
implementation("me.lucko:commodore:2.2")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
Expand Down

0 comments on commit e762029

Please sign in to comment.