Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent c4145fe commit 0d3d0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.10"
kotlin = "1.9.21"
kotlinCoroutines = "1.7.3"
dependencyUpdates = "0.48.0"

Expand Down
6 changes: 3 additions & 3 deletions src/main/kotlin/github-action-orchestrator.main.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env kotlin

@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.kotlin:kotlin-script-runtime:1.9.21")
@file:DependsOn("org.jetbrains.kotlin:kotlin-main-kts:1.9.21")
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
@file:DependsOn("eu.jrie.jetbrains:kotlin-shell-core:0.2.1")
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.3.4")
Expand Down

0 comments on commit 0d3d0ed

Please sign in to comment.