Skip to content

Commit

Permalink
KAFKA-427: Bump ktlint version to 0.31.0 (#167)
Browse files Browse the repository at this point in the history
Calvinnix authored Oct 11, 2024
1 parent 8c1a9b2 commit d477f00
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
@@ -240,7 +240,7 @@ spotless {
}

kotlinGradle {
ktlint("0.30.0")
ktlint("0.31.0")
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()

0 comments on commit d477f00

Please sign in to comment.