diff options
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 129362b74..2336ae52a 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:b9c84f5") - devenvMod("com.github.notenoughupdates:moulconfig:b9c84f5:test") + shadowModImpl("com.github.notenoughupdates:moulconfig:423e5b9") + devenvMod("com.github.notenoughupdates:moulconfig:423e5b9:test") } // Minecraft configuration: @@ -147,4 +147,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -}
\ No newline at end of file +} |