aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle.kts4
1 files 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")
}