Skip to content

Commit

Permalink
Bump multiplatform from 1.8.22 to 1.9.10 (#319)
Browse files Browse the repository at this point in the history
* Bump multiplatform from 1.8.22 to 1.9.10

Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update yarn lock file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and hfhbd committed Oct 30, 2023
1 parent 5980b07 commit cffc7e6
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 534 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
path: integrationTest/hashRouterTest/build/distributions
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.util.*
import io.gitlab.arturbosch.detekt.*

plugins {
kotlin("multiplatform") version "1.8.22"
kotlin("multiplatform") version "1.9.10"
id("org.jetbrains.compose") version "1.5.3"
id("maven-publish")
id("signing")
Expand Down
Loading

0 comments on commit cffc7e6

Please sign in to comment.