Skip to content

Commit 62a17be

Browse files
Bump com.diffplug.spotless from 7.1.0 to 7.2.0 (#582)
1 parent 46d65ad commit 62a17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'signing'
77
id 'pmd' //code check, working on source code
88
id 'com.github.spotbugs' version '6.2.2' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '7.1.0'//code format
9+
id 'com.diffplug.spotless' version '7.2.0'//code format
1010
id 'jacoco' // java code coverage plugin
1111
id "org.sonarqube" version "6.2.0.5505" // sonarqube
1212
id "org.scoverage" version "8.1" // scala code coverage scoverage

0 commit comments

Comments
 (0)