commit | e9b1ef606ef747069ed9741995849661e584e436 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sun Sep 01 06:49:16 2024 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Tue Sep 03 00:18:24 2024 +0200 |
tree | 81e8ef1bac62e5b0885d07ed5dcae5d52558c4d9 | |
parent | bcc9cee244a282d9a716890c50ab95a9bb677e80 [diff] |
Bump jvm from 2.0.10 to 2.0.20 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.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/compare/v2.0.10...v2.0.20) --- 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 cb797ee..ccb54e7 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.0.10" + kotlin("jvm") version "2.0.20" id("com.ncorti.ktfmt.gradle") version "0.19.0" } }