Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f65a3df

Browse files
authoredSep 16, 2024··
Bump com.github.ajalt.clikt:clikt from 3.5.4 to 5.0.0
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 3.5.4 to 5.0.0. - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](ajalt/clikt@3.5.4...5.0.0) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ba255c commit f65a3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runtime {
4747
}
4848

4949
val ktorVersion = "2.3.11"
50-
val cliktVersion = "3.5.4"
50+
val cliktVersion = "5.0.0"
5151

5252
dependencies {
5353
implementation("com.github.ajalt.clikt:clikt:$cliktVersion")

0 commit comments

Comments
 (0)
Please sign in to comment.