commit | 653d184a840dee4221d8fbf88b91ec6318cd2684 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 01 06:50:21 2023 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Oct 12 22:36:30 2023 +0200 |
tree | 6ca6f5ca821284561595214433b2c5ae7a3ba224 | |
parent | 35b319baa84ad5cb82f920ffb4ff1e61c65ceb44 [diff] [blame] |
Bump jvm from 1.8.22 to 1.9.10 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/lib/kotlin/settings.gradle.kts b/lib/kotlin/settings.gradle.kts index 86fa02a..9eea8d1 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.8.22" + kotlin("jvm") version "1.9.10" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }