commit | a2bc2febfc4efacf5255b9914a74562224145443 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Jun 01 06:58:38 2024 +0000 |
committer | GitHub <noreply@github.com> | Sat Jun 01 06:58:38 2024 +0000 |
tree | e36bce00f69a11133a53dd9ddf3eec7eeb89799d | |
parent | 9673a68f93715d0efb7a91d32005cc78a477398e [diff] |
Bump jvm from 1.9.23 to 2.0.0 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.0. - [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.23...v2.0.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/lib/kotlin/settings.gradle.kts b/lib/kotlin/settings.gradle.kts index 6bbfd7f..10191b0 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.9.23" + kotlin("jvm") version "2.0.0" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }