mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 15:36:45 +00:00
update platform utils
This commit is contained in:
parent
b440d0257d
commit
fd3971018b
@ -90,7 +90,7 @@ nmsBindings.forEach { key, value ->
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":core"))
|
compileOnly(project(":core"))
|
||||||
compileOnly("com.github.CrazyDev05:PlatformUtils:4bac4f6e75") {
|
compileOnly("com.github.CrazyDev05:PlatformUtils:e396f93d56") {
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
compileOnly("org.jetbrains:annotations:26.0.2")
|
compileOnly("org.jetbrains:annotations:26.0.2")
|
||||||
|
@ -69,7 +69,7 @@ dependencies {
|
|||||||
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
|
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
|
||||||
implementation("net.kyori:adventure-api:4.17.0")
|
implementation("net.kyori:adventure-api:4.17.0")
|
||||||
implementation("org.bstats:bstats-bukkit:3.1.0")
|
implementation("org.bstats:bstats-bukkit:3.1.0")
|
||||||
implementation("com.github.CrazyDev05:PlatformUtils:4bac4f6e75") {
|
implementation("com.github.CrazyDev05:PlatformUtils:e396f93d56") {
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user