| commit | 0039f8799210017a6432d818b899ca3c0c450c17 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Nov 01 06:02:53 2025 +0000 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Nov 13 22:00:39 2025 +0100 |
| tree | 4b6b66ec826f4c4bba0a3de4948014aa8e1456d1 | |
| parent | e720e6fecb75f1242154d1847b3b2954ae9d0965 [diff] |
Bump jvm from 2.2.20 to 2.2.21 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/lib/kotlin/settings.gradle.kts b/lib/kotlin/settings.gradle.kts index 0acfa71..990208e 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.2.20" + kotlin("jvm") version "2.2.21" id("com.ncorti.ktfmt.gradle") version "0.24.0" } }