mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
update IF and version up (1.6.9)
This commit is contained in:
parent
ed58c9c107
commit
b0ec8028e2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.alexcrea"
|
group = "xyz.alexcrea"
|
||||||
version = "1.6.8"
|
version = "1.6.9"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// EcoEnchants
|
// EcoEnchants
|
||||||
|
|
@ -28,7 +28,7 @@ dependencies {
|
||||||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
// Gui library
|
// 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)
|
implementation(stefvanschie_IF)
|
||||||
testRuntimeOnly(stefvanschie_IF)
|
testRuntimeOnly(stefvanschie_IF)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue