Skip to content

Commit c0ce2e6

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0
1 parent 2736e31 commit c0ce2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-updates-checker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group = rootProject.group
99
version = rootProject.version
1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
12+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
1313

1414
implementation(projects.githubWorkflowsKt)
1515
implementation(projects.sharedInternal)

0 commit comments

Comments
 (0)