commit | 7c8a8d63e7a2b08802c3366870125d42a307c6e8 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Apr 01 06:52:08 2025 +0000 |
committer | GitHub <noreply@github.com> | Tue Apr 01 06:52:08 2025 +0000 |
tree | ac30d53fea9df77ae7b2a067fc720424d8f3fa2a | |
parent | 135b79e3f8cc058642a6c3ec05262dda79fd5392 [diff] |
Bump jvm from 2.1.10 to 2.1.20 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. - [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.1.10...v2.1.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.1.20 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 77672a5..2311a73 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.1.10" + kotlin("jvm") version "2.1.20" id("com.ncorti.ktfmt.gradle") version "0.20.1" } }