Skip to content

Commit 1c7c7f5

Browse files
committed
chore: upgrade ktlint to 1.2.1
1 parent ba1b4a0 commit 1c7c7f5

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
@@ -26,7 +26,7 @@ spotless {
2626
}
2727
kotlin {
2828
target("**/*.kt")
29-
ktlint("1.1.0")
29+
ktlint("1.2.1")
3030
trimTrailingWhitespace()
3131
indentWithSpaces()
3232
endWithNewline()

0 commit comments

Comments
 (0)