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 fcf749b24..3121ed4fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,8 +62,8 @@ dependencies { // If you don't want to log in with your real minecraft account, remove this line modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") - implementation("com.github.notenoughupdates:notenoughupdates:e603cf2:all") - devenvMod("com.github.notenoughupdates:notenoughupdates:e603cf2:all") + implementation("com.github.notenoughupdates:notenoughupdates:df945f9:all") + devenvMod("com.github.notenoughupdates:notenoughupdates:df945f9:all") } // Minecraft configuration: |