From a19e7cb9f42f5753d8db22c1ebb7ef314b8554e2 Mon Sep 17 00:00:00 2001 From: Arno Keesman <34793978+arnokeesman@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:06:06 +0100 Subject: [PATCH] Bump cloud-minecraft-modded (#5181) fixes crashes on fabric from the previously included Fabric Permissions API --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1e942df77..01fffb29f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ viaversion = "4.9.2" adapters = "1.15-SNAPSHOT" cloud = "2.0.0-rc.2" cloud-minecraft = "2.0.0-beta.9" -cloud-minecraft-modded = "2.0.0-beta.9" +cloud-minecraft-modded = "2.0.0-beta.10" commodore = "2.2" bungeecord = "a7c6ede" velocity = "3.3.0-SNAPSHOT"