Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent cf004d1 commit c672352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sqlDelight = "2.0.0"
koin = "3.5.0"
ktor = "2.3.6"
decompose = "2.1.3"
kotlin = "1.9.0"
kotlin = "1.9.21"
essenty = "1.2.0"
parcelizeDarwin = "0.2.2"
junit = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform")
id("com.android.library")
id("org.jetbrains.compose")
kotlin("plugin.serialization") version "1.9.10"
kotlin("plugin.serialization") version "1.9.21"
id("kotlin-parcelize")
id("com.arkivanov.parcelize.darwin")
}
Expand Down

0 comments on commit c672352

Please sign in to comment.