From 582a2491e18a1fae22f000aca15cf7c6440bc3aa Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:24:27 +0000 Subject: [PATCH] chore(deps): update kotlin to v2.1.0 (#105) Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[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 1c3be85..1a149f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit4 = "4.13.2" junit5 = "5.11.3" jvmToolchainMin = "11" jvmToolchain = "17" -kotlin = "2.0.21" +kotlin = "2.1.0" kover = "0.8.3" robolectric = "4.14.1" robolectricExtensionGradlePlugin = "0.9.0"