diff options
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index c2b906b..2b260ad 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { // If you don't want to log in with your real minecraft account, remove this line runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") - modCompileOnly(runtimeMod("com.github.romangraef:notenoughupdates:30f7cf9e:all")!!) + modCompileOnly(runtimeMod("com.github.notenoughupdates:notenoughupdates:9d0d62d6:all")!!) } // Minecraft configuration: |