From cea48305b6c0f7fc5756e32456847f01a0b5b4bb Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 3 Nov 2022 13:15:25 +0800 Subject: [PATCH] chore: add dep compatibility comment --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index e96880b0..d1fb4f36 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.flywaydb:flyway-core") - implementation("io.github.microutils:kotlin-logging-jvm:2.1.23") + implementation("io.github.microutils:kotlin-logging-jvm:2.1.23") // 3.0 brings SLF4J 2 implementation("io.micrometer:micrometer-registry-influx") implementation("io.hawt:hawtio-springboot:2.16.1")