From 4ecdb1d9ee4052a2e32420275992565e83c90b96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:33:19 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d8019b4..1099206 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] libui = "0.1.8" -kotlinx-datetime = "0.4.1" +kotlinx-datetime = "0.6.1" [libraries] libui = { module = "com.github.msink:libui", version.ref = "libui" }