Skip to content

Commit

Permalink
Merge pull request #331 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.52
  • Loading branch information
renovate[bot] authored Aug 20, 2024
2 parents 18ba2f4 + 22f33f6 commit 8d8b96b
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.51"
val KTFMT_VERSION = "0.52"
kotlin {
ktfmt(KTFMT_VERSION).googleStyle()
target("**/*.kt")
Expand Down

0 comments on commit 8d8b96b

Please sign in to comment.