From ee6969c85bce369557759c49f9649d8d45c6254c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:53:07 +0000 Subject: [PATCH] Bump multiplatform from 1.7.10 to 1.9.10 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.9.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/commits) --- updated-dependencies: - dependency-name: multiplatform 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 c6b9ed0c..976da58e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("multiplatform") version "1.7.10" + kotlin("multiplatform") version "1.9.10" `maven-publish` id("org.jetbrains.dokka") version "1.7.10" }