9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 20:39:21 +00:00

update platform utils

This commit is contained in:
Julian Krings
2025-06-23 16:16:25 +02:00
parent b440d0257d
commit fd3971018b
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ dependencies {
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("net.kyori:adventure-api:4.17.0")
implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("com.github.CrazyDev05:PlatformUtils:4bac4f6e75") {
implementation("com.github.CrazyDev05:PlatformUtils:e396f93d56") {
isTransitive = false
}