Skip to content

Commit

Permalink
Update dependency com.github.ajalt.clikt:clikt to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lwasyl committed Sep 16, 2024
1 parent fea76c5 commit 050b601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType<Test>().configureEach {

dependencies {
implementation("com.squareup.okio:okio:3.9.1")
implementation("com.github.ajalt.clikt:clikt:4.4.0")
implementation("com.github.ajalt.clikt:clikt:5.0.0")
testImplementation(kotlin("test"))
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.github.lwasyl.ftl.cli

import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.core.main
import com.github.ajalt.clikt.parameters.options.option
import com.github.ajalt.clikt.parameters.options.required
import io.github.lwasyl.ftl.output.writeOutput
Expand Down

0 comments on commit 050b601

Please sign in to comment.