From 1a72849b05d8118b2ac533960136dd7dea84b552 Mon Sep 17 00:00:00 2001 From: Ghzdude <44148655+ghzdude@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:46:25 -0700 Subject: [PATCH] update MUI to 2.4.2 --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 82ef07ce6a8..80d29eeb761 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -25,7 +25,7 @@ dependencies { // the CCL deobf jar uses very old MCP mappings, making it error at runtime in runClient/runServer // therefore we manually deobf the regular jar implementation rfg.deobf("curse.maven:codechicken-lib-1-8-242818:2779848") // CCL 3.2.3.358 - implementation("com.cleanroommc:modularui:2.4.1") { transitive = false } + implementation("com.cleanroommc:modularui:2.4.2") { transitive = false } // Soft Dependencies // Can change any of these from compileOnlyApi -> implementation to test them in-game.