Skip to content

Commit

Permalink
bump cloud to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 9, 2023
1 parent a2f81d2 commit 249db9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
minecraft("com.mojang:minecraft:1.20")
mappings(loom.officialMojangMappings())
forge("net.minecraftforge", "forge", "1.20-46.0.1")
api(transitiveInclude(forgeExtra(platform("cloud.commandframework:cloud-bom:1.8.3"))!!)!!)
api(transitiveInclude(forgeExtra(platform("cloud.commandframework:cloud-bom:1.8.4"))!!)!!)
api(transitiveInclude(forgeExtra("cloud.commandframework:cloud-core")!!)!!)
api(transitiveInclude(forgeExtra("cloud.commandframework:cloud-brigadier")!!)!!)
}
Expand Down

0 comments on commit 249db9a

Please sign in to comment.