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 ff80555 commit 1c58c08Copy full SHA for 1c58c08
1 file changed
gradle/scripts/mod_dependencies.gradle
@@ -41,7 +41,7 @@
41
dependencies {
42
api("com.cleanroommc:modularui:3.1.4") { 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.0") { transitive = false }
45
46
// Optional dependencies. Use `devOnyNonPublishable` or uncomment for testing.
47
compileOnly("gregtech:gregtech:2.8.10-beta")
0 commit comments