Skip to content

Commit cbb49d4

Browse files
committed
chore: upgrade ktlint to 0.50.0
1 parent 30cf4c5 commit cbb49d4

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
@@ -23,7 +23,7 @@ spotless {
2323
}
2424
kotlin {
2525
target("**/*.kt")
26-
ktlint("0.49.1")
26+
ktlint("0.50.0")
2727
trimTrailingWhitespace()
2828
indentWithSpaces()
2929
endWithNewline()

0 commit comments

Comments
 (0)