Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Update dependency io.github.microutils:kotlin-logging to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2022
1 parent a0596c1 commit 3c6b47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.4.0")
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8", "1.6.4")
implementation("org.jetbrains.kotlinx", "kotlinx-cli", "0.3.5")
implementation("io.github.microutils", "kotlin-logging", "3.0.0")
implementation("io.github.microutils", "kotlin-logging", "3.0.3")
runtimeOnly("ch.qos.logback", "logback-classic", "1.4.1")
implementation("net.java.dev.jna", "jna-platform", "5.12.1")
implementation("org.lwjgl", "lwjgl", "3.3.1")
Expand Down

0 comments on commit 3c6b47e

Please sign in to comment.