Skip to content

Commit 7c280eb

Browse files
Update kotlin monorepo to v1.9.20
1 parent c4145fe commit 7c280eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.10"
2+
kotlin = "1.9.20"
33
kotlinCoroutines = "1.7.3"
44
dependencyUpdates = "0.48.0"
55

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env kotlin
22

3-
@file:DependsOn("org.jetbrains.kotlin:kotlin-script-runtime:1.9.10")
4-
@file:DependsOn("org.jetbrains.kotlin:kotlin-main-kts:1.9.10")
5-
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
3+
@file:DependsOn("org.jetbrains.kotlin:kotlin-script-runtime:1.9.20")
4+
@file:DependsOn("org.jetbrains.kotlin:kotlin-main-kts:1.9.20")
5+
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20")
66
@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")

0 commit comments

Comments
 (0)