File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
`kotlin- dsl`
3
3
4
4
// When updating, update below in dependencies too
5
- id(" com.diffplug.spotless" ) version " 7.0.0 "
5
+ id(" com.diffplug.spotless" ) version " 7.0.1 "
6
6
}
7
7
8
8
if (! hasLauncherForJavaVersion(17 )) {
@@ -53,7 +53,7 @@ dependencies {
53
53
implementation(enforcedPlatform(" com.squareup.wire:wire-bom:5.2.1" ))
54
54
implementation(" com.google.auto.value:auto-value-annotations:1.11.0" )
55
55
// When updating, update above in plugins too
56
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.0 " )
56
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.1 " )
57
57
// Needed for japicmp but not automatically brought in for some reason.
58
58
implementation(" com.google.guava:guava:33.4.0-jre" )
59
59
implementation(" com.squareup:javapoet:1.13.0" )
You can’t perform that action at this time.
0 commit comments