Skip to content

Commit 5584433

Browse files
Merge pull request #473 from android-password-store/renovate/com.facebook-ktfmt-0.x
chore(deps): update dependency com.facebook:ktfmt to v0.60
2 parents f55b0e4 + 0e8d4df commit 5584433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tasks.withType<DependencyUpdatesTask>().configureEach {
8181
}
8282

8383
spotless {
84-
val ktfmtVersion = "0.59"
84+
val ktfmtVersion = "0.60"
8585
kotlin {
8686
ktfmt(ktfmtVersion).googleStyle()
8787
target("**/*.kt")

0 commit comments

Comments
 (0)