Skip to content

Commit 40b8fb5

Browse files
committed
chore: upgrade ktlint to 1.5.0
1 parent 2c1ba61 commit 40b8fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
spotless {
2525
kotlin {
2626
target("**/*.kt", "**/*.kts")
27-
ktlint("1.3.1")
27+
ktlint("1.5.0")
2828
trimTrailingWhitespace()
2929
indentWithSpaces()
3030
endWithNewline()

0 commit comments

Comments
 (0)