Skip to content

Commit f7ed4ec

Browse files
Bump multiplatform from 1.8.10 to 1.8.20 (#272)
* Bump multiplatform from 1.8.10 to 1.8.20 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update build.gradle.kts --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philip Wedemann <[email protected]>
1 parent eefb284 commit f7ed4ec

File tree

2 files changed

+287
-6
lines changed

2 files changed

+287
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import java.util.*
33
import io.gitlab.arturbosch.detekt.*
44

55
plugins {
6-
kotlin("multiplatform") version "1.8.10"
7-
id("org.jetbrains.compose") version "1.3.1"
6+
kotlin("multiplatform") version "1.8.20"
7+
id("org.jetbrains.compose") version "1.4.0-rc03"
88
`maven-publish`
99
signing
1010
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

0 commit comments

Comments
 (0)