Skip to content

Commit

Permalink
build(deps): bump com.github.ajalt.clikt:clikt from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: com.github.ajalt.clikt:clikt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b8d3ed1 commit 768ba81
Showing 1 changed file with 1 addition 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 @@ -76,7 +76,7 @@ kotlinx-cli = { group = "org.jetbrains.kotlinx", name = "kotlinx-cli", version =

# Clikt
## Multiplatform Kotlin Library for writing CLI interfaces
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.2.1" }
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.2.2" }


# TODO: decide whether to use kotlinx.serialization for config or konf (or maybe smth else?)
Expand Down

0 comments on commit 768ba81

Please sign in to comment.