Skip to content

Commit 5a15723

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1
1 parent fbf98bc commit 5a15723

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.0")
12+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
1313

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

0 commit comments

Comments
 (0)