From fc45b5ad2b2df27a636dfc29c3878806650dbfa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:29:52 +0000 Subject: [PATCH] Bump multiplatform from 1.9.24 to 2.0.21 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.21) --- updated-dependencies: - dependency-name: multiplatform 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 1852f2c..2c996dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("multiplatform") version "1.9.24" + kotlin("multiplatform") version "2.0.21" `maven-publish` id("signing") id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"