Skip to content

Commit

Permalink
chore(deps): update dependency com.facebook:ktfmt to v0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 354a3dc commit baa3a4d
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.52"
val KTFMT_VERSION = "0.53"
kotlin {
ktfmt(KTFMT_VERSION).googleStyle()
target("**/*.kt")
Expand Down

0 comments on commit baa3a4d

Please sign in to comment.