From 19d755e0e9d35e0bd31f861590e5a7485de42f4a Mon Sep 17 00:00:00 2001 From: GodOfPro <59516901+GodOfProDev@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:22:31 +0330 Subject: Update essentials version Updates the essentials version so we can use updated vigilance, elementa ect --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 508352c..9ec3299 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ repositories { maven("https://repo.spongepowered.org/maven/") // If you don't want to log in with your real minecraft account, remove this line maven("https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1") - maven("https://repo.sk1er.club/repository/maven-public") + maven("https://repo.essential.gg/repository/maven-public/") } val shadowImpl: Configuration by configurations.creating { @@ -79,7 +79,7 @@ dependencies { runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") shadowImpl("gg.essential:loader-launchwrapper:1.1.3") - implementation("gg.essential:essential-1.8.9-forge:3662") + implementation("gg.essential:essential-1.8.9-forge:5155+gf6c1d3696") } -- cgit