Skip to content

Commit 28b79db

Browse files
chore(deps): update dependency com.facebook:ktfmt to v0.48
1 parent 028822a commit 28b79db

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
@@ -53,7 +53,7 @@ tasks.withType<DependencyUpdatesTask> {
5353
}
5454

5555
spotless {
56-
val KTFMT_VERSION = "0.47"
56+
val KTFMT_VERSION = "0.48"
5757
kotlin {
5858
ktfmt(KTFMT_VERSION).googleStyle()
5959
target("**/*.kt")

0 commit comments

Comments
 (0)