Skip to content

Commit

Permalink
Bump datetime from 0.6.0 to 0.6.1 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 5, 2021
1 parent 6935015 commit 9083b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeClients/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kotlin {
dependencies {
api(compose.foundation)
api(compose.material)
implementation("io.github.vanpra.compose-material-dialogs:datetime:0.6.0")
implementation("io.github.vanpra.compose-material-dialogs:datetime:0.6.1")
}
}

Expand Down

0 comments on commit 9083b78

Please sign in to comment.