From bf7bdebad33da43d348f5eda4e79907e7aba24ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:43:15 +0000 Subject: [PATCH] chore(deps): bump jvm from 1.9.21 to 2.0.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.21 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.21...v2.0.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... 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 d61e219..c4dfd4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { // Java support id("java") // Kotlin support - kotlin("jvm") version "1.9.21" + kotlin("jvm") version "2.0.0" kotlin("plugin.serialization") version "1.9.21" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.16.1"