Skip to content

Commit 8a6edbb

Browse files
fix(deps): update mod dependencies
1 parent e6d617d commit 8a6edbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/scripts/mod_dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
//file:noinspection DependencyNotationArgument
4040

4141
dependencies {
42-
api("com.cleanroommc:modularui:3.1.5") { transitive = false }
42+
api("com.cleanroommc:modularui:3.1.6") { transitive = false }
4343
api("codechicken:codechickenlib:3.2.3.358")
44-
api("com.cleanroommc:groovyscript:1.3.4") { transitive = false }
44+
api("com.cleanroommc:groovyscript:1.4.3") { transitive = false }
4545

4646
// Optional dependencies. Use `devOnyNonPublishable` or uncomment for testing.
4747
compileOnly("gregtech:gregtech:2.8.10-beta")

0 commit comments

Comments
 (0)