commit | 40f135e66c836addc27cd6fcf0e709a37059a2dc | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Jan 10 19:17:50 2025 +0000 |
committer | GitHub <noreply@github.com> | Fri Jan 10 19:17:50 2025 +0000 |
tree | 81c1f104ce02817a767cde54ac72351950fceb0f | |
parent | 1e72949485b2800c90a206ada6efadb0355eda0e [diff] |
Bump jvm from 2.0.21 to 2.1.0 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- 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 1141390..940aab3 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "2.0.21" + kotlin("jvm") version "2.1.0" id("com.ncorti.ktfmt.gradle") version "0.20.1" } }