From 3b56129fd03078a00bd0b67f99d232cfb15b51a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:05:18 +0000 Subject: [PATCH] build(deps): bump ktVersion from 2.1.21 to 2.2.10 Bumps `ktVersion` from 2.1.21 to 2.2.10. Updates `multiplatform` from 2.1.21 to 2.2.10 - [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/v2.1.21...v2.2.10) Updates `plugin.serialization` from 2.1.21 to 2.2.10 - [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/v2.1.21...v2.2.10) --- updated-dependencies: - dependency-name: multiplatform dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.serialization dependency-version: 2.2.10 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 785d5ab..9ab26fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } plugins { - val ktVersion = "2.1.21" + val ktVersion = "2.2.10" kotlin("multiplatform") version ktVersion kotlin("plugin.serialization") version ktVersion