commit | 0cead1b2c2d99f7451fb2227988b52a6f68bf993 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Jul 01 06:30:01 2023 +0000 |
committer | GitHub <noreply@github.com> | Sat Jul 01 06:30:01 2023 +0000 |
tree | c884cf3added5c8e13a225c902eace9cead8c9a4 | |
parent | b2c5805b40645ab9713d895535d37296b91fc1ef [diff] |
Bump jvm from 1.8.21 to 1.8.22 in /lib/kotlin Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22) --- 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 342fc3b..86fa02a 100644 --- a/lib/kotlin/settings.gradle.kts +++ b/lib/kotlin/settings.gradle.kts
@@ -18,7 +18,7 @@ */ pluginManagement { plugins { - kotlin("jvm") version "1.8.21" + kotlin("jvm") version "1.8.22" id("com.ncorti.ktfmt.gradle") version "0.12.0" } }