Skip to content

Commit

Permalink
Update dependency com.github.ajalt.clikt:clikt to v5 (#92)
Browse files Browse the repository at this point in the history
* Update dependency com.github.ajalt.clikt:clikt to v5

* Add the missing import.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Woitaschek <woitaschek@gmail.com>
  • Loading branch information
renovate[bot] and PaulWoitaschek authored Nov 21, 2024
1 parent 40fc44b commit f113555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ktlint = "com.pinterest.ktlint:ktlint-cli:1.4.1"
ktlintGradlePlugin = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlintGradlePlugin" }
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0"
okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
clikt = "com.github.ajalt.clikt:clikt:4.4.0"
clikt = "com.github.ajalt.clikt:clikt:5.0.1"
kotlinPoet = "com.squareup:kotlinpoet:2.0.0"

jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jupiter" }
Expand Down
1 change: 1 addition & 0 deletions prepare/src/main/kotlin/Prepare.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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.prompt
import com.github.ajalt.clikt.parameters.types.int
Expand Down

0 comments on commit f113555

Please sign in to comment.