We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9359a02 commit b38b9a0Copy full SHA for b38b9a0
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "1.9.10"
3
-kotlinCoroutines = "1.7.3"
+kotlinCoroutines = "1.9.0"
4
dependencyUpdates = "0.51.0"
5
6
kotlinShell = "0.2.1"
src/main/kotlin/github-action-orchestrator.main.kts
@@ -3,7 +3,7 @@
@file:DependsOn("org.jetbrains.kotlin:kotlin-script-runtime:1.9.10")
@file:DependsOn("org.jetbrains.kotlin:kotlin-main-kts:1.9.10")
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
-@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
+@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
7
@file:DependsOn("eu.jrie.jetbrains:kotlin-shell-core:0.2.1")
8
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.3.4")
9
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.4")
0 commit comments