From 7f00bc104bbb73d759bb1e0b0c1deba5fab98941 Mon Sep 17 00:00:00 2001 From: akastijn Date: Sun, 1 Feb 2026 03:48:31 +0100 Subject: [PATCH] Update `InventoryGUI` to version `1.1.3-SNAPSHOT` in `build.gradle.kts`. --- galaxy/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/build.gradle.kts b/galaxy/build.gradle.kts index 8d5aa94..696ea59 100644 --- a/galaxy/build.gradle.kts +++ b/galaxy/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { compileOnly("com.gitlab.ruany:LiteBansAPI:0.6.1") // move to proxy compileOnly("org.apache.commons:commons-lang3:3.17.0") // needs an alternative, already removed from upstream api and will be removed in server compileOnly("net.luckperms:api:5.5") // Luckperms - implementation("com.alttd.inventory_gui:InventoryGUI:1.1.2-SNAPSHOT") + implementation("com.alttd.inventory_gui:InventoryGUI:1.1.3-SNAPSHOT") } tasks {