diff options
-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 ee28eed6e..3878ec1d5 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:da817b7") - devenvMod("com.github.notenoughupdates:moulconfig:da817b7:test") + shadowModImpl("com.github.notenoughupdates:moulconfig:3f469a8") + devenvMod("com.github.notenoughupdates:moulconfig:3f469a8:test") } // Minecraft configuration: |