diff --git a/build.gradle b/build.gradle index f088c9d..672e65f 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" //Java-Ngrok, a wrapper for the Ngrok service by providing a handy Java API to call it. - modImplementation(include("com.github.alexdlaird:java-ngrok:1.5.6")) + modImplementation(include("com.github.alexdlaird:java-ngrok:2.2.9")) modImplementation(include("org.yaml:snakeyaml:1.8"))