From cadaedde462018dec4407849730e6390c65c8a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:56:48 +0000 Subject: [PATCH] build: bump jvm from 1.6.21 to 2.0.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.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.6.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 52fda7f..a5f4b68 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. - kotlin("jvm") version "1.6.21" + kotlin("jvm") version "2.0.0" id("org.jetbrains.dokka") version "1.9.20" // Apply the java-library plugin for API and implementation separation.