diff --git a/tools/mklanguages/build.gradle.kts b/tools/mklanguages/build.gradle.kts index eb2b1690b..646b47baa 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:4.0.0-beta-28") + implementation("io.github.oshai:kotlin-logging-jvm:4.0.2") implementation("ch.qos.logback:logback-classic:1.4.11") // Testing