From f4d9e5f74b29d50a39bf8e3eefb41f827c55ad09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:47:45 +0000 Subject: [PATCH] build(deps): bump kotlinVersion from 2.0.21 to 2.1.0 in /webinterface Bumps `kotlinVersion` from 2.0.21 to 2.1.0. Updates `plugin.serialization` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) Updates `multiplatform` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webinterface/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface/build.gradle.kts b/webinterface/build.gradle.kts index 9e219b9..61dc7b4 100644 --- a/webinterface/build.gradle.kts +++ b/webinterface/build.gradle.kts @@ -13,7 +13,7 @@ val kvisionVersion = "8.0.1" val webDir = file("src/jsMain/web") plugins { - val kotlinVersion = "2.0.21" + val kotlinVersion = "2.1.0" val kvisionVersion = "7.5.1" kotlin("plugin.serialization") version kotlinVersion