We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d617d commit 8a6edbbCopy full SHA for 8a6edbb
1 file changed
gradle/scripts/mod_dependencies.gradle
@@ -39,9 +39,9 @@
39
//file:noinspection DependencyNotationArgument
40
41
dependencies {
42
- api("com.cleanroommc:modularui:3.1.5") { transitive = false }
+ api("com.cleanroommc:modularui:3.1.6") { transitive = false }
43
api("codechicken:codechickenlib:3.2.3.358")
44
- api("com.cleanroommc:groovyscript:1.3.4") { transitive = false }
+ api("com.cleanroommc:groovyscript:1.4.3") { transitive = false }
45
46
// Optional dependencies. Use `devOnyNonPublishable` or uncomment for testing.
47
compileOnly("gregtech:gregtech:2.8.10-beta")
0 commit comments