From d66df1e5ae2f9ff68ff654e3e817a911d0aadc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:22:51 +0000 Subject: [PATCH] chore(deps): bump jvm from 2.4.20-RC to 2.4.20-RC2 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.4.20-RC to 2.4.20-RC2. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.4.20-RC2/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.20-RC...v2.4.20-RC2) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.4.20-RC2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b6e4df2..1c7d90a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { // ranka i alert, ktory nigdy sam nie znika. // // Wroc do stabilnej, gdy 2.4.20 wyjdzie. - kotlin("jvm") version "2.4.20-RC" + kotlin("jvm") version "2.4.20-RC2" application }