Skip to content

Commit baf03c9

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2
1 parent 8b74991 commit baf03c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/license-gather-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626

2727
dependencies {
2828
// kotlinx-coroutines-core 1.10+ results in internal kotlinc error
29-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
29+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
3030
}
3131

3232
tasks {

0 commit comments

Comments
 (0)