From bba09001833e5a096721408c5e453774d8bfd60b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 31 Jul 2023 16:04:23 +0200 Subject: [PATCH] Fixed UltraEconomy build --- eco-core/core-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 799c7aa7e..40fd34971 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { compileOnly("com.github.Gypopo:EconomyShopGUI-API:1.4.6") compileOnly("com.github.N0RSKA:ScytherAPI:55a") compileOnly("com.ticxo.modelengine:api:R3.0.1") - compileOnly("me.TechsCode:UltraEconomyAPI:1.0.0") + compileOnly("me.TechsCode:UltraEconomyAPI:2.6.4") compileOnly("org.black_ixx:playerpoints:3.2.5") compileOnly("com.github.Ssomar-Developement:SCore:3.4.7") compileOnly("io.lumine:Mythic:5.3.5")