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 d0874c817..ee28eed6e 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:fc443ed") - devenvMod("com.github.notenoughupdates:moulconfig:fc443ed:test") + shadowModImpl("com.github.notenoughupdates:moulconfig:da817b7") + devenvMod("com.github.notenoughupdates:moulconfig:da817b7:test") } // Minecraft configuration: |