Skip to content

Commit dc672e9

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2
1 parent 8ffc87e commit dc672e9

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
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
dependencies {
26-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1")
26+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
2727
}
2828

2929
tasks {

0 commit comments

Comments
 (0)