From 8edc6c86cf6eb20254b2e52615e8aae27dae2e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 06:06:23 +0000 Subject: [PATCH] Bump multiplatform from 1.5.32 to 1.7.20 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.5.32 to 1.7.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.32...v1.7.20) --- 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 0c62faa..c075e70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import java.net.URI plugins { - kotlin("multiplatform") version "1.5.32" + kotlin("multiplatform") version "1.7.20" `maven-publish` signing }