From d348b2636cefdd067832d1697ffc64b774b501d2 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 26 Jun 2021 20:36:56 +0100 Subject: [PATCH] Updated eco to 5.5.1 to fix build issue --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a42c3c..1335fc3 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ allprojects { } dependencies { - compileOnly 'com.willfp:eco:5.5.0' + compileOnly 'com.willfp:eco:5.5.1' compileOnly 'org.jetbrains:annotations:19.0.0'