Skip to content

Commit

Permalink
Merge pull request #285 from charleskorn/renovate/spotless
Browse files Browse the repository at this point in the history
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.6.1
  • Loading branch information
charleskorn authored May 13, 2022
2 parents bdeb202 + aa68df1 commit db4a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

dependencies {
implementation(group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "6.6.0")
implementation(group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "6.6.1")
implementation(group = "io.github.gradle-nexus", name = "publish-plugin", version = "1.1.0")
implementation(group = "org.ajoberstar.reckon", name = "reckon-gradle", version = "0.16.1")
}

0 comments on commit db4a797

Please sign in to comment.