aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-06-03 22:00:50 +1000
committerGitHub <noreply@github.com>2024-06-03 22:00:50 +1000
commit1e67ef0081661e848eba83949c52d0194900c805 (patch)
tree6143da9de8a6d67ddeccbb10110e9055adf8887b
parent0f11b1bae06765aa60989337ec796504e599f809 (diff)
downloadskyhanni-1e67ef0081661e848eba83949c52d0194900c805.tar.gz
skyhanni-1e67ef0081661e848eba83949c52d0194900c805.tar.bz2
skyhanni-1e67ef0081661e848eba83949c52d0194900c805.zip
Backend: Update neu in dev env (#1984)
-rw-r--r--build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index b3e3c2a77..1ef16722d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -109,9 +109,9 @@ dependencies {
exclude(module = "unspecified")
isTransitive = false
}
- // May 4, 2024, 4:05 PM GMT+2
- // https://github.com/NotEnoughUpdates/NotEnoughUpdates/tree/2.2.2
- devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:2.2.2:all") {
+ // June 3, 2024, 9:30 PM AEST
+ // https://github.com/NotEnoughUpdates/NotEnoughUpdates/tree/2.3.0
+ devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:2.3.0:all") {
exclude(module = "unspecified")
isTransitive = false
}