| commit | 5d6d02a6f4dd4af0781ca0979019eb026c369612 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Nov 01 06:02:53 2025 +0000 |
| committer | GitHub <noreply@github.com> | Sat Nov 01 06:02:53 2025 +0000 |
| tree | e8f9f39189ddb22edc9815297e0ee5b2e0cb3350 | |
| parent | e7ab34eccb272584441f5462104d87f08b217ea7 [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" } }