From f64bd3f215b709c44b1ef094cd92ba8d21d8c884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:57:11 +0000 Subject: [PATCH] chore: bump com.bgsoftware:SuperiorSkyblockAPI from 2026.1 to 2026.2 Bumps com.bgsoftware:SuperiorSkyblockAPI from 2026.1 to 2026.2. --- updated-dependencies: - dependency-name: com.bgsoftware:SuperiorSkyblockAPI dependency-version: '2026.2' 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 35b1a63f..9b24cabb 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { exclude(group = "*") } compileOnly("com.palmergames.bukkit.towny:towny:0.103.0.4") - compileOnly("com.bgsoftware:SuperiorSkyblockAPI:2026.1") + compileOnly("com.bgsoftware:SuperiorSkyblockAPI:2026.2") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") compileOnly("su.nightexpress.excellenteconomy:ExcellentEconomy:2.8.0") compileOnly("su.nightexpress.nightcore:main:2.16.2")