diff --git a/tools/mklanguages/build.gradle.kts b/tools/mklanguages/build.gradle.kts index 970605912..4a248a291 100644 --- a/tools/mklanguages/build.gradle.kts +++ b/tools/mklanguages/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4") // Logging - implementation("io.github.oshai:kotlin-logging-jvm:5.1.0") + implementation("io.github.oshai:kotlin-logging-jvm:6.0.1") implementation("ch.qos.logback:logback-classic:1.4.11") // Testing