From eefa397f68e4f2aada95a13b7a7b28955c3c1214 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:09:19 +0200 Subject: [PATCH] Updated ViaLoader --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b5c4ff..e50e949 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { exclude group: "io.jsonwebtoken", module: "jjwt-impl" exclude group: "io.jsonwebtoken", module: "jjwt-gson" } - include("net.raphimc:ViaLoader:2.2.6") { + include("net.raphimc:ViaLoader:2.2.7-SNAPSHOT") { exclude group: "org.slf4j", module: "slf4j-api" exclude group: "org.yaml", module: "snakeyaml" }