From b0ec8028e241a297e49d764d377013d32aab9cdd Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:41:19 +0100 Subject: [PATCH] update IF and version up (1.6.9) --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b0cf5d6..26c5c01 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "xyz.alexcrea" -version = "1.6.8" +version = "1.6.9" repositories { // EcoEnchants @@ -28,7 +28,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT") // Gui library - val stefvanschie_IF = "com.github.stefvanschie.inventoryframework:IF:0.10.17" + val stefvanschie_IF = "com.github.stefvanschie.inventoryframework:IF:0.10.18" implementation(stefvanschie_IF) testRuntimeOnly(stefvanschie_IF)