move platform utils to the version catalog

This commit is contained in:
Julian Krings
2025-07-19 23:02:49 +02:00
parent 49d2392c80
commit 68a214edb5
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ dependencies {
// Shaded
implementation(slimjar())
implementation("com.github.CrazyDev05:PlatformUtils:e396f93d56") {
implementation(rootProject.libs.platformUtils) {
isTransitive = false
}