diff --git a/settings.gradle b/settings.gradle index cf699a4..2bc592c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id 'com.github.johnrengelman.shadow' version '8.1.1' - id 'net.neoforged.gradleutils' version '3.0.0' + id 'net.neoforged.gradleutils' version '5.0.3' } }