From c64eecd4ca725ab994db7f449052bfca52a184ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 02:03:08 +0000 Subject: [PATCH] Bump multiplatform from Versions.kotlin to 1.7.21 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from Versions.kotlin to 1.7.21. - [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 ... 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 f705b34..81f8ee1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { plugins { base - kotlin("multiplatform") version Versions.kotlin apply false + kotlin("multiplatform") version 1.7.21 apply false } // a small hack: the variable must be named like the property