Skip to content

Commit

Permalink
update IF and version up (1.6.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrea committed Nov 18, 2024
1 parent ed58c9c commit b0ec802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "xyz.alexcrea"
version = "1.6.8"
version = "1.6.9"

repositories {
// EcoEnchants
Expand All @@ -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)

Expand Down

0 comments on commit b0ec802

Please sign in to comment.