diff options
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 4d6fec19d..5063e72a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,8 +71,8 @@ dependencies { implementation("com.github.hannibal002:notenoughupdates:4957f0b:all") devenvMod("com.github.hannibal002:notenoughupdates:4957f0b:all") - shadowModImpl("com.github.notenoughupdates:moulconfig:df01eda") - devenvMod("com.github.notenoughupdates:moulconfig:df01eda:test") + shadowModImpl("com.github.notenoughupdates:moulconfig:ac39e63") + devenvMod("com.github.notenoughupdates:moulconfig:ac39e63:test") } // Minecraft configuration: |