From 3621a4f2ada708165f87146740a4a20d6c56ea62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:41:54 +0000 Subject: [PATCH] Update Kotlin from 2.0.20 to 2.0.21 (patch) (#78) 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 56dea2c..5ced5b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ java-toolchain = "8" java-toolchainTest = "11" # Same applies as for Java version, # but in this case we can use the latest Kotlin Gradle Plugin to produce old-compatible bytecode. -kotlin-build = "2.0.20" +kotlin-build = "2.0.21" kotlin-target = { strictly = "1.4.32" } kotlin-language = "1.4"