From ad796f9d4643eba178f56f66dc638722630ae50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:56:46 +0000 Subject: [PATCH] chore(deps): bump jvm from 1.8.22 to 1.9.10 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94c9287..26a3907 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.anatawa12.compile-time-constant") version "1.0.5" apply false id("com.gradle.plugin-publish") version "1.2.0" apply false id("com.github.johnrengelman.shadow") version "7.1.2" - kotlin("jvm") version "1.8.22" apply false + kotlin("jvm") version "1.9.10" apply false kotlin("plugin.serialization") version "1.8.22" apply false }