Skip to content

Commit

Permalink
fix(deps): update dependency com.github.ajalt.clikt:clikt to v5 (#1174)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency com.github.ajalt.clikt:clikt to v5

* Import extension function

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ashley Davies <[email protected]>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2024
1 parent 229685a commit ec709e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import androidx.compose.ui.window.Window
import androidx.compose.ui.window.application
import androidx.compose.ui.window.rememberWindowState
import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.core.main
import com.github.ajalt.clikt.parameters.options.option
import com.slack.circuit.foundation.CircuitCompositionLocals
import com.slack.circuit.foundation.NavigableCircuitContent
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pinterest-ktlint = "0.50.0"
slack-circuit = "0.24.0"

[libraries]
ajalt-clikt = "com.github.ajalt.clikt:clikt:4.4.0"
ajalt-clikt = "com.github.ajalt.clikt:clikt:5.0.0"
android-tools-desugarjdk = "com.android.tools:desugar_jdk_libs:2.1.2"

androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down

0 comments on commit ec709e6

Please sign in to comment.