File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' groovy' // groovy support
3
3
id ' java' // java support
4
- id ' com.diffplug.spotless' version ' 7.1.0 ' // code format
4
+ id ' com.diffplug.spotless' version ' 7.2.1 ' // code format
5
5
id ' pmd' // code check, working on source code
6
6
id ' com.github.spotbugs' version ' 6.2.2' // code check, working on byte code
7
7
id " org.sonarqube" version " 6.2.0.5505" // sonarqube
19
19
// required for pekko
20
20
scalaVersion = ' 3'
21
21
scalaBinaryVersion = ' 3.7.1'
22
- pekkoVersion = " 1.1.4 "
22
+ pekkoVersion = " 1.1.5 "
23
23
}
24
24
25
25
group = ' com.github.ie3-institute'
@@ -62,7 +62,7 @@ dependencies{
62
62
}
63
63
64
64
// PSDM
65
- implementation(' com.github.ie3-institute:PowerSystemDataModel:7.0 .0' ) {
65
+ implementation(' com.github.ie3-institute:PowerSystemDataModel:8.1 .0' ) {
66
66
exclude group : ' org.apache.logging.log4j'
67
67
exclude group : ' org.slf4j'
68
68
/* Exclude our own nested dependencies */
You can’t perform that action at this time.
0 commit comments