From 72c6eeae4899b2e82565c8dade1fef9b9aca37f4 Mon Sep 17 00:00:00 2001 From: Matyrobbrt Date: Sun, 7 Jan 2024 19:22:42 +0200 Subject: [PATCH] Bump cli-utils Fix incompatibility with Java 8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16e95d3..b49780d 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ license { dependencies { implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' api 'net.minecraftforge:srgutils:0.5.1' - api 'net.neoforged.installertools:cli-utils:2.1.0' + api 'net.neoforged.installertools:cli-utils:2.1.2' implementation 'org.ow2.asm:asm:9.5' implementation 'org.ow2.asm:asm-commons:9.5' implementation 'org.ow2.asm:asm-tree:9.5'