From e96e5ca5c7dfe96fad0d2584f1561366ead0c82b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 6 Mar 2022 20:50:55 +0000 Subject: [PATCH] Updated talismans integration --- eco-core/core-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index b7b4c6e..0d4cc01 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -6,7 +6,7 @@ dependencies { compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'com.github.MilkBowl:VaultAPI:1.7' compileOnly 'com.willfp:EcoSkills:1.4.0' - compileOnly 'com.willfp:Talismans:5.28.1' + compileOnly 'com.willfp:Talismans:5.28.2' compileOnly 'com.github.Archy-X:AureliumSkills:Beta1.2.4' }