From 2e392ae554056092c645e5766a2e708d932f3b6b Mon Sep 17 00:00:00 2001 From: themode Date: Wed, 26 Aug 2020 11:50:11 +0200 Subject: [PATCH] Hydrazine update to 1.3.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4ec1ae4ce..7fb209a22 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.12' // Path finding - api 'com.github.MadMartian:hydrazine-path-finding:1.3.1' + api 'com.github.MadMartian:hydrazine-path-finding:1.3.3' api "org.jetbrains.kotlin:kotlin-stdlib-jdk8" api 'com.github.jglrxavpok:Hephaistos:v1.0.5'