commit | 8004c375dfa9cff943e9e393078d8cdc854ed7d5 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jan 03 16:59:56 2024 +0000 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Jan 03 09:32:18 2024 -0800 |
tree | 894efdb0531093df99f04b8290fa920f87b5719d | |
parent | 30c2845fdc4eeb07335f809cdca1091fe52180c7 [diff] |
Bump jvm from 1.9.21 to 1.9.22 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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/v1.9.21...v1.9.22) --- 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 638fd96..294cd83 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.9.21" + kotlin("jvm") version "1.9.22" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }