From a7847908f98f0f85c2f4e97b23a45d63ab10c932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:38:33 -0600 Subject: [PATCH] chore(deps): update dependency org.jetbrains.kotlin.jvm to v2.1.0 (#92) 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 0a89aaf..baf32bd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junit = "4.13.2" # plugins changelog = "2.2.1" intelliJPlatform = "2.1.0" -kotlin = "2.0.21" +kotlin = "2.1.0" kover = "0.8.3" qodana = "2024.2.6"