Skip to content

Commit

Permalink
Bump multiplatform from 1.8.10 to 1.8.20 (#272)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and hfhbd authored Apr 7, 2023
1 parent eefb284 commit f7ed4ec
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import java.util.*
import io.gitlab.arturbosch.detekt.*

plugins {
kotlin("multiplatform") version "1.8.10"
id("org.jetbrains.compose") version "1.3.1"
kotlin("multiplatform") version "1.8.20"
id("org.jetbrains.compose") version "1.4.0-rc03"
`maven-publish`
signing
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
Expand Down
Loading

0 comments on commit f7ed4ec

Please sign in to comment.