Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit fbf52e6

Browse files
fix(deps): update dependency io.github.microutils:kotlin-logging to v3
1 parent 58487f5 commit fbf52e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ kotlin {
7676
implementation(kotlin("reflect"))
7777

7878
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
79-
api("io.github.microutils:kotlin-logging:2.1.23")
79+
api("io.github.microutils:kotlin-logging:3.0.2")
8080
}
8181
}
8282
commonTest {

0 commit comments

Comments
 (0)