From f7e0da91dcb109255d075e4294a204b59ac4d687 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Mon, 6 Jan 2025 09:39:07 -0800 Subject: [PATCH] Update dependency com.juul.khronicle:khronicle-core to v0.5.1 (#187) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cebb439..031152f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.1.0" [libraries] coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } -khronicle-core = { module = "com.juul.khronicle:khronicle-core", version = "0.5.0" } +khronicle-core = { module = "com.juul.khronicle:khronicle-core", version = "0.5.1" } [plugins] dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }