From a87b85a6d6769200026b0b39236125f7ff8cb587 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 5 May 2024 16:08:29 +0200 Subject: push neu to 2.2.2 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 754346b1e..8275f6447 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -106,9 +106,9 @@ dependencies { exclude(module = "unspecified") isTransitive = false } - // Apr 23, 2024, 6:08 PM GMT+2 - // https://github.com/NotEnoughUpdates/NotEnoughUpdates/commit/faf22b5dd9 - devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:faf22b5dd9:all") { + // 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") { exclude(module = "unspecified") isTransitive = false } -- cgit