Skip to content

Commit 4666480

Browse files
authored
Merge pull request #53 from bitfunk/renovate/kotlincoroutines
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.3
2 parents d30379e + 2d4a9b9 commit 4666480

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0
1818
- Kotlin 1.7.22 -> 1.9.10
1919
- Ktor 2.2.1 -> 2.3.4
2020
- Dependency Updates 0.44.0 -> 0.48.0
21+
- KotlinX Coroutines 1.6.4 -> 1.7.3
2122

2223
## [0.2.1](https://github.com/bitfunk/action-runner-orchestrator/releases/tag/v0.2.1)
2324

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "1.9.10"
3-
kotlinCoroutines = "1.6.4"
3+
kotlinCoroutines = "1.7.3"
44
dependencyUpdates = "0.48.0"
55

66
kotlinShell = "0.2.1"

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

Lines changed: 1 addition & 1 deletion
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.6.4")
6+
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
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)