Skip to content

Commit be1cf95

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9be9b7 commit be1cf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ kotlin {
1515
sourceSets.commonMain.dependencies {
1616
implementation("com.jakewharton.mosaic:mosaic-runtime:0.16.0")
1717
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.7.0")
18-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
18+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
1919
}
2020
}

0 commit comments

Comments
 (0)