commit | 3ad113bcc0cdffc8ae375d389613ea3150889420 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Dec 01 06:53:07 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 01 06:53:07 2023 +0000 |
tree | fef647abae78163cda8967037df22da8cbcea384 | |
parent | 8a6bcc76f30b72d87563722040d2018da3e5d7f4 [diff] |
Bump jvm from 1.9.20 to 1.9.21 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.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/v1.9.20...v1.9.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 4090e86..638fd96 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.9.20" + kotlin("jvm") version "1.9.21" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }