Update spotless (#4863)

* Update spotless

* Apply spotless
This commit is contained in:
Anuraag Agrawal 2021-12-10 17:32:34 +09:00 committed by GitHub
parent be7bc243de
commit a4f70cbd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
plugins {
`kotlin-dsl`
// When updating, update below in dependencies too
id("com.diffplug.spotless") version "5.16.0"
id("com.diffplug.spotless") version "6.0.4"
}
spotless {
@ -35,7 +35,7 @@ dependencies {
implementation("org.apache.maven:maven-aether-provider:3.3.9")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:5.16.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.0.4")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.0")