diff options
author | nea <nea@nea.moe> | 2023-03-26 17:31:21 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-03-26 17:31:21 +0200 |
commit | d6e6122b6758ea6c904aaf4dff36fda178e23399 (patch) | |
tree | 119017065e41c2541e86f5d8129d22759c1ee617 /build.gradle.kts | |
parent | 2eae56fabfd8c43ad2b5decc96a840e741796082 (diff) | |
download | skyhanni-d6e6122b6758ea6c904aaf4dff36fda178e23399.tar.gz skyhanni-d6e6122b6758ea6c904aaf4dff36fda178e23399.tar.bz2 skyhanni-d6e6122b6758ea6c904aaf4dff36fda178e23399.zip |
Update MoulConfig
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 8eeec210f..129362b74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,8 @@ dependencies { implementation("com.github.hannibal002:notenoughupdates:4957f0b:all") devenvMod("com.github.hannibal002:notenoughupdates:4957f0b:all") - shadowModImpl("com.github.notenoughupdates:moulconfig:444eda2") + shadowModImpl("com.github.notenoughupdates:moulconfig:b9c84f5") + devenvMod("com.github.notenoughupdates:moulconfig:b9c84f5:test") } // Minecraft configuration: |