Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitfunk/action-runner-orchestrator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2aac7e5c28d5c700d6efa03cbb4c1f30f25f70c
Choose a base ref
..
head repository: bitfunk/action-runner-orchestrator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eaa4d2db6a44df8c405a04d7ebdff96964d25254
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/main/kotlin/github-action-orchestrator.main.kts
2 changes: 1 addition & 1 deletion src/main/kotlin/github-action-orchestrator.main.kts
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
@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.13")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-client-logging-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-client-content-negotiation-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-serialization-gson-jvm:2.3.13")