Skip to content

Commit

Permalink
Use custom IF version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrea committed Nov 20, 2024
1 parent b0ec802 commit 73ec340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")

// Gui library
val stefvanschie_IF = "com.github.stefvanschie.inventoryframework:IF:0.10.18"
implementation(stefvanschie_IF)
testRuntimeOnly(stefvanschie_IF)
val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18"
implementation(inventoryFramework)
testRuntimeOnly(inventoryFramework)

// EnchantsSquaredRewritten
compileOnly(files("libs/EnchantsSquared.jar"))
Expand Down

0 comments on commit 73ec340

Please sign in to comment.