Merge pull request #1742 from square/renovate/com.diffplug.spotless-6.x

Update plugin spotless to v6.22.0
This commit is contained in:
Jake Wharton
2023-10-01 06:39:22 -04:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }
[libraries]
asm = "org.ow2.asm:asm:9.6"