From 2ece719f86b9c02434cf0006587a709b127c4ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:22:18 +0000 Subject: [PATCH] chore: bump com.github.Gypopo:EconomyShopGUI-API from 1.9.0 to 1.10.0 Bumps [com.github.Gypopo:EconomyShopGUI-API](https://github.com/Gypopo/EconomyShopGUI-API) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/Gypopo/EconomyShopGUI-API/releases) - [Commits](https://github.com/Gypopo/EconomyShopGUI-API/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: com.github.Gypopo:EconomyShopGUI-API dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index f939feab..87b222c3 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { compileOnly("com.bgsoftware:SuperiorSkyblockAPI:2026.1") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") compileOnly("su.nightexpress.coinsengine:CoinsEngine:2.6.0") - compileOnly("com.github.Gypopo:EconomyShopGUI-API:1.9.0") + compileOnly("com.github.Gypopo:EconomyShopGUI-API:1.10.0") compileOnly("world.bentobox:bentobox:3.15.0") compileOnly("su.nightexpress.excellentshop:Core:4.22.0") compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.12")