commit | 9bfed8bd82e9ff30f9563aa33644f510a7807578 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 01 14:49:59 2025 +0000 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Oct 01 08:20:56 2025 -0700 |
tree | 37988ed663f8a3332f2a087fdd5a4395af52b561 | |
parent | 652915434015ccefd2117774e27896f32a2ce8fa [diff] [blame] |
Bump jvm from 2.2.10 to 2.2.20 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.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.2.10...v2.2.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.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 9bfdd70..27d82ff 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.2.10" + kotlin("jvm") version "2.2.20" id("com.ncorti.ktfmt.gradle") version "0.23.0" } }