Skip to content

Commit

Permalink
chore: upgrade spotless to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 8, 2025
1 parent 89e9285 commit 8e62e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ spotless {
kotlin {
target("**/*.kt", "**/*.kts")
ktlint("1.5.0")
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }

0 comments on commit 8e62e01

Please sign in to comment.