From 04aee326d2d19fb7bfb0176fb226b2b48b92b146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:37:51 -0400 Subject: [PATCH] Bump multiplatform from 2.0.20 to 2.0.21 (#959) Bumps multiplatform from 2.0.20 to 2.0.21. --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 43a2cd31..1edebd65 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("multiplatform") version "2.0.20" apply false + kotlin("multiplatform") version "2.0.21" apply false id("org.jetbrains.kotlinx.kover") version "0.8.3" apply false }