Skip to content

Commit

Permalink
Update spotless packages to v6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 33c19b1 commit 40f067d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`

// When updating, update below in dependencies too
id("com.diffplug.spotless") version "6.24.0"
id("com.diffplug.spotless") version "6.25.0"
}

spotless {
Expand All @@ -22,7 +22,7 @@ dependencies {
// keep this version in sync with /build.gradle.kts
implementation("com.android.tools.build:gradle:8.2.1")

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
}

0 comments on commit 40f067d

Please sign in to comment.