Skip to content

Commit b38b9a0

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0
1 parent 9359a02 commit b38b9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "1.9.10"
3-
kotlinCoroutines = "1.7.3"
3+
kotlinCoroutines = "1.9.0"
44
dependencyUpdates = "0.51.0"
55

66
kotlinShell = "0.2.1"

src/main/kotlin/github-action-orchestrator.main.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:DependsOn("org.jetbrains.kotlin:kotlin-script-runtime:1.9.10")
44
@file:DependsOn("org.jetbrains.kotlin:kotlin-main-kts:1.9.10")
55
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
6-
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
6+
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
77
@file:DependsOn("eu.jrie.jetbrains:kotlin-shell-core:0.2.1")
88
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.3.4")
99
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.4")

0 commit comments

Comments
 (0)