File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' java' // java support
4
4
id ' com.diffplug.spotless' version ' 7.0.3' // code format
5
5
id ' pmd' // code check, working on source code
6
- id ' com.github.spotbugs' version ' 6.1.10 ' // code check, working on byte code
6
+ id ' com.github.spotbugs' version ' 6.1.11 ' // code check, working on byte code
7
7
id " org.sonarqube" version " 6.1.0.5360" // sonarqube
8
8
id ' signing'
9
9
id ' maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
@@ -54,7 +54,7 @@ dependencies{
54
54
implementation " org.scala-lang:scala-library:${ scalaBinaryVersion} "
55
55
56
56
// PSU
57
- implementation(' com.github.ie3-institute:PowerSystemUtils:2.2.1 ' ) {
57
+ implementation(' com.github.ie3-institute:PowerSystemUtils:3.1.0 ' ) {
58
58
exclude group : ' org.apache.logging.log4j'
59
59
exclude group : ' org.slf4j'
60
60
/* Exclude our own nested dependencies */
You can’t perform that action at this time.
0 commit comments