From 12e49f3e894a571b9e6be60ec5f231483acfbb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:21:51 +0000 Subject: [PATCH] Bump multiplatform from 1.9.22 to 1.9.23 Bumps multiplatform from 1.9.22 to 1.9.23. --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... 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 84d7b43c..70950f26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl plugins { - kotlin("multiplatform") version "1.9.22" + kotlin("multiplatform") version "1.9.23" id("com.android.library") version "7.4.2" id("org.jetbrains.dokka") version "1.9.10"