Skip to content

Commit e93bb50

Browse files
chore(deps): update plugin com.diffplug.spotless to v8.2.1
1 parent 320a04b commit e93bb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
// Code formatting; defines targets "spotlessApply" and "spotlessCheck".
1818
// https://github.com/diffplug/spotless/tags ; see tags starting "gradle/"
1919
// Only works on JDK 11+ (even including the plugin crashes Gradle on JDK 8).
20-
id 'com.diffplug.spotless' version '8.2.0'
20+
id 'com.diffplug.spotless' version '8.2.1'
2121
}
2222

2323
// There is another `repositories { ... }` block below; if you change this one, change that one as well.

0 commit comments

Comments
 (0)