From bd9064b5dee83f9982fe6454c09a25295dc1ac59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:39:22 +0000 Subject: [PATCH] chore(deps): bump jvm from 1.8.22 to 1.9.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.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/commits) --- 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..90fc602 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.0" apply false kotlin("plugin.serialization") version "1.8.22" apply false }