commit | 0b760d48ba7b9039c1db0ffbce1f47db9c5c1107 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Nov 01 06:03:08 2024 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Nov 01 18:41:34 2024 +0100 |
tree | 54a2406bf348d9d5ba06cf8e4d4147d526ef4392 | |
parent | b2a706493e21851d33facf8f088614d2d1ff3cd7 [diff] |
Bump jvm from 2.0.20 to 2.0.21 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.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.0.20...v2.0.21) --- updated-dependencies: - dependency-name: jvm 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 97fab34..1141390 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.0.21" id("com.ncorti.ktfmt.gradle") version "0.20.1" } }