Skip to content

Commit

Permalink
chore: Update cloud from v1.8.2 to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed May 7, 2023
1 parent cc32a57 commit b579b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ dependencies {
}

//CloudCommands
implementation("cloud.commandframework:cloud-paper:1.8.2") {
implementation("cloud.commandframework:cloud-paper:1.8.3") {
exclude(group = "net.kyori", module = "adventure-api")
}
implementation("cloud.commandframework:cloud-minecraft-extras:1.8.2") {
implementation("cloud.commandframework:cloud-minecraft-extras:1.8.3") {
exclude(group = "net.kyori", module = "adventure-api")
}
//Else it errors:
Expand Down

0 comments on commit b579b89

Please sign in to comment.