diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 8241211..ae075c1 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { // Logging facade only; the loader (Forge/Paper) provides the binding at runtime. - compileOnly("org.slf4j:slf4j-api:2.0.9") + compileOnly("org.slf4j:slf4j-api:2.0.18") } tasks.withType().configureEach {