From c3792f61c41e75eb239773970cce4e4f7762ddf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:01:15 +0000 Subject: [PATCH] chore(deps): update kotlin to v1.9.20 (#227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 cf1d44eb..c59f0ed5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ beagle = "2.9.0" detekt = "1.18.1" firebase = "32.5.0" kotest = "5.7.1" -kotlin = "1.9.10" +kotlin = "1.9.20" kotlinResult = "1.1.18" kotlinx_coroutines = "1.7.3" kotlinx_serialization = "1.6.0"