commit | 2b00c0ae996abada050cffad902ec488652e150c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Nov 01 06:32:12 2023 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Nov 02 22:14:21 2023 +0100 |
tree | c26418944cd92968673caa0b1d451739eef1ef05 | |
parent | ce7ae32e807d60cf43fa5fd5700e753cccd27565 [diff] |
Bump jvm from 1.9.10 to 1.9.20 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.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/commits) --- 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 9eea8d1..4090e86 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.9.10" + kotlin("jvm") version "1.9.20" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }