From 249db9a97665b01e5303fadcb3f554bc89755ccf Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sat, 9 Sep 2023 01:13:18 -0700 Subject: [PATCH] bump cloud to 1.8.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 63496036..531cc9eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")!!)!!) }