Skip to content

Commit dcbad8a

Browse files
Merge branch 'dev' into ps/#568-fixingDeployment
2 parents 4f4978c + f20eb35 commit dcbad8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'java' //java support
44
id 'scala'
55
id 'pmd' // code check, working on source code
6-
id 'com.diffplug.spotless' version '7.0.2'//code format
7-
id 'com.github.spotbugs' version '6.1.7' // code check, working on byte code
6+
id 'com.diffplug.spotless' version '7.0.3'//code format
7+
id 'com.github.spotbugs' version '6.1.11' // code check, working on byte code
88
id 'de.undercouch.download' version '5.6.0'
99
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1010
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task
@@ -103,7 +103,7 @@ dependencies {
103103
implementation 'org.jgrapht:jgrapht-core:1.5.2'
104104

105105

106-
implementation 'tech.units:indriya:2.2.2'
106+
implementation 'tech.units:indriya:2.2.3'
107107
implementation 'org.locationtech.jts:jts-core:1.20.0'
108108

109109
// testing

0 commit comments

Comments
 (0)