Skip to content

Commit 1ac4d0f

Browse files
committed
Merge remote-tracking branch 'origin/dev' into ck/#91-regionGenerator
2 parents c523d25 + 2102fbf commit 1ac4d0f

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
@@ -4,7 +4,7 @@ plugins {
44
id 'groovy' // groovy support
55
id 'pmd' // code check, working on source code
66
id 'com.diffplug.spotless' version '6.0.4'//code format
7-
id 'com.github.spotbugs' version '5.0.1' // code check, working on byte code
7+
id 'com.github.spotbugs' version '5.0.2' // code check, working on byte code
88
id 'de.undercouch.download' version '4.1.2'
99
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1010
id "com.github.maiflai.scalatest" version "0.31" // run scalatest without specific spec task

0 commit comments

Comments
 (0)