Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…
Browse files Browse the repository at this point in the history
….7.3
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent b92c439 commit 8c93fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-web-wasm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
implementation(compose.material)
implementation(compose.components.resources)

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2-wasm3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
implementation("io.ktor:ktor-client-core:3.0.0-wasm1")
Expand Down

0 comments on commit 8c93fbd

Please sign in to comment.