From 0b5cd7ebeba24957ff56288d7f8ef714a34b895c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:23:04 +0000 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.20 --- fireplace-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireplace-app/build.gradle.kts b/fireplace-app/build.gradle.kts index bffa9a08..e42b865e 100644 --- a/fireplace-app/build.gradle.kts +++ b/fireplace-app/build.gradle.kts @@ -15,7 +15,7 @@ description = "Swing app that uses fireplace-swing" plugins { id("application") id("com.github.johnrengelman.shadow") version "8.1.1" - kotlin("jvm") version "1.9.10" + kotlin("jvm") version "1.9.20" } repositories {