File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
3
3
id ' java' // java support
4
4
id ' scala'
5
5
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
8
8
id ' de.undercouch.download' version ' 5.6.0'
9
9
id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
10
10
id " com.github.maiflai.scalatest" version " 0.33" // run scalatest without specific spec task
@@ -103,7 +103,7 @@ dependencies {
103
103
implementation ' org.jgrapht:jgrapht-core:1.5.2'
104
104
105
105
106
- implementation ' tech.units:indriya:2.2.2 '
106
+ implementation ' tech.units:indriya:2.2.3 '
107
107
implementation ' org.locationtech.jts:jts-core:1.20.0'
108
108
109
109
// testing
You can’t perform that action at this time.
0 commit comments