9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +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

@@ -90,7 +90,7 @@ nmsBindings.forEach { key, value ->
dependencies {
compileOnly(project(":core"))
compileOnly("com.github.CrazyDev05:PlatformUtils:4bac4f6e75") {
compileOnly("com.github.CrazyDev05:PlatformUtils:e396f93d56") {
isTransitive = false
}
compileOnly("org.jetbrains:annotations:26.0.2")

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
}