commit | a58e915338264256776c8563e66da0cc68597eb7 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Dec 01 06:53:07 2023 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Dec 03 22:00:12 2023 +0100 |
tree | 04dee8dc3a4667f4f7530767b454a0408232f3d1 | |
parent | 87e7be7541dae33a6138b0d005853802d417f6f5 [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" } }