Skip to content

Commit

Permalink
Bump clikt from 2.7.1 to 2.8.0 (#192)
Browse files Browse the repository at this point in the history
Bumps [clikt](https://github.com/ajalt/clikt) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@2.7.1...2.8.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Sep 5, 2021
1 parent 12a8284 commit a9b1669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ mainClassName = "norm.cli.NormCliKt"

dependencies {
implementation project(":codegen")
implementation "com.github.ajalt:clikt:2.7.1"
implementation "com.github.ajalt:clikt:2.8.0"
}

0 comments on commit a9b1669

Please sign in to comment.