Skip to content

Commit

Permalink
chore: upgrade ktlint to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Oct 31, 2023
1 parent 6dc39ad commit e66cd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.android.application") version "8.0.2" apply false
id("com.android.library") version "8.0.2" apply false
kotlin("android") version Extra.kotlinVersion apply false
id("com.diffplug.spotless") version "6.20.0"
id("com.diffplug.spotless") version "6.22.0"
id("com.mikepenz.aboutlibraries.plugin") version "10.6.1" apply false
}

Expand All @@ -23,7 +23,7 @@ spotless {
}
kotlin {
target("**/*.kt")
ktlint("0.50.0")
ktlint("1.0.1")
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
Expand Down

0 comments on commit e66cd6f

Please sign in to comment.