Skip to content

Commit

Permalink
chore: bump com.github.ajalt.clikt:clikt in /HaveAMagicalDay
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.0 to 4.2.1.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@4.2.0...4.2.1)

---
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 Oct 3, 2023
1 parent 31994b5 commit 8367fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaveAMagicalDay/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ application {
}

dependencies {
implementation("com.github.ajalt.clikt:clikt:4.2.0")
implementation("com.github.ajalt.clikt:clikt:4.2.1")
implementation("com.algorand:algosdk:2.3.0")
testImplementation("junit:junit:4.13.2")
}
Expand Down

0 comments on commit 8367fc7

Please sign in to comment.