From 13742354e078b047accf2595d1a952d3e9d98350 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 14 Jan 2021 19:41:48 +0000 Subject: [PATCH] Fixed crafting issue --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 188bbac..796647f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { dependencies { implementation project(":eco-core").getSubprojects() - implementation 'com.willfp:eco:1.3.0' + implementation 'com.willfp:eco:1.3.1' } allprojects { @@ -48,7 +48,7 @@ allprojects { } dependencies { - compileOnly 'com.willfp:eco:1.3.0' + compileOnly 'com.willfp:eco:1.3.1' compileOnly 'org.jetbrains:annotations:19.0.0'