Skip to content

Commit

Permalink
Merge pull request #308 from android-password-store/renovate/com.face…
Browse files Browse the repository at this point in the history
…book-ktfmt-0.x

chore(deps): update dependency com.facebook:ktfmt to v0.51
  • Loading branch information
renovate[bot] authored Jun 14, 2024
2 parents 3589eae + be61a72 commit 71b11a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks.withType<DependencyUpdatesTask> {
}

spotless {
val KTFMT_VERSION = "0.50"
val KTFMT_VERSION = "0.51"
kotlin {
ktfmt(KTFMT_VERSION).googleStyle()
target("**/*.kt")
Expand Down

0 comments on commit 71b11a4

Please sign in to comment.