aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-04-24 11:05:07 +1000
committerGitHub <noreply@github.com>2024-04-24 03:05:07 +0200
commit59c53e3c866c4b5cf504e9e62913fac356168971 (patch)
tree72dd05b8c91571ce256b6ed0a5b4457ecb65f004
parent8a8feae205ea636b626c75e6ace8237d7eb2da8e (diff)
downloadskyhanni-59c53e3c866c4b5cf504e9e62913fac356168971.tar.gz
skyhanni-59c53e3c866c4b5cf504e9e62913fac356168971.tar.bz2
skyhanni-59c53e3c866c4b5cf504e9e62913fac356168971.zip
Backend: Update neu version (#1530)
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index c2049eacc..ee570db2e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -105,7 +105,7 @@ dependencies {
exclude(module = "unspecified")
isTransitive = false
}
- devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:6a661042b0:all") {
+ devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:faf22b5dd9:all") {
exclude(module = "unspecified")
isTransitive = false
}
@@ -116,7 +116,7 @@ dependencies {
implementation(libs.hotswapagentforge)
// testImplementation(kotlin("test"))
- testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:6a661042b0:all") {
+ testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:faf22b5dd9:all") {
exclude(module = "unspecified")
isTransitive = false
}