Skip to content

Commit

Permalink
Merge pull request #219 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.45
  • Loading branch information
renovate[bot] authored Sep 18, 2023
2 parents c744693 + 1fcc8d8 commit edf1b95
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.44"
val KTFMT_VERSION = "0.45"
kotlin {
ktfmt(KTFMT_VERSION).googleStyle()
target("**/*.kt")
Expand Down

0 comments on commit edf1b95

Please sign in to comment.