Skip to content

Commit

Permalink
Bump multiplatform from 1.9.22 to 1.9.23
Browse files Browse the repository at this point in the history
Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

---
updated-dependencies:
- dependency-name: multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 144dbf0 commit edc90d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.nio.file.Files
import java.security.MessageDigest

plugins {
kotlin("multiplatform") version "1.9.22" //Kotlin Multiplatform
kotlin("multiplatform") version "1.9.23" //Kotlin Multiplatform
id("org.jetbrains.dokka") version "1.9.20" //KDocs
signing //GPG
}
Expand Down

0 comments on commit edc90d3

Please sign in to comment.