Skip to content

Commit

Permalink
update MUI to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 19, 2024
1 parent 555f9a1 commit 1a72849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a72849

Please sign in to comment.