Skip to content

Commit 6ee6387

Browse files
committed
Update build.gradle.kts
1 parent c7dc12c commit 6ee6387

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "me.tychsen"
10-
version = "1.7.3"
10+
version = "1.7.4"
1111

1212
repositories {
1313
mavenCentral()
@@ -41,13 +41,13 @@ dependencies {
4141
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
4242
compileOnly("org.black_ixx:playerpoints:3.2.3")
4343

44-
library("dev.triumphteam:triumph-gui:3.1.4")
45-
library("net.kyori:adventure-api:4.9.2")
44+
implementation("dev.triumphteam:triumph-gui:3.1.4")
45+
library("net.kyori:adventure-api:4.13.0")
4646

47-
api("com.github.sarhatabaot:krakencore:1.6.3")
48-
api("de.tr7zw:item-nbt-api:2.11.1")
49-
api("co.aikar:acf-paper:0.5.1-SNAPSHOT")
50-
api("org.bstats:bstats-bukkit:3.0.0")
47+
implementation("com.github.sarhatabaot:krakencore:1.6.3")
48+
implementation("de.tr7zw:item-nbt-api:2.11.2")
49+
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
50+
implementation("org.bstats:bstats-bukkit:3.0.1")
5151

5252
library("org.jetbrains:annotations:24.0.1")
5353
}
@@ -93,6 +93,7 @@ tasks {
9393
relocate ("co.aikar.locales", "me.tychsen.enchantgui.locales")
9494
relocate ("de.tr7zw", "me.tychsen.enchantgui.nbt")
9595
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
96+
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
9697
}
9798
}
9899

0 commit comments

Comments
 (0)