Skip to content

Commit

Permalink
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.…
Browse files Browse the repository at this point in the history
…23.3 (#158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 0f71100 commit fde5d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ internal fun Project.configureSpotless() {
kotlin {
target("**/kotlin/**/*.kt")
targetExclude("$buildDir/**/*.kt", "**/test/**/*.kt", "bin/**/*.kt")
ktlint(libs.versions.ktlint.get()).userData(
mapOf("android" to "true"),
)
ktlint(libs.versions.ktlint.get())
licenseHeaderFile(rootProject.file("spotless/copyright.kt"))
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
ktlint = "0.49.1"
ktlint = "1.0.1"

gradle-plugin = "8.2.0"

Expand Down Expand Up @@ -85,4 +85,4 @@ mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }

gradle-versions = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.50.0" }

spotless-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.22.0" }
spotless-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.23.3" }

0 comments on commit fde5d2d

Please sign in to comment.