Skip to content

Commit 3194ce8

Browse files
authored
Merge branch 'dev' into ms/#304-enhance-api-to-support-external-em-communication
2 parents b9a90c1 + 6a9dde9 commit 3194ce8

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
@@ -1,7 +1,7 @@
11
plugins {
22
id 'groovy' // groovy support
33
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
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code
77
id "org.sonarqube" version "6.2.0.5505" // sonarqube
@@ -19,7 +19,7 @@ ext {
1919
// required for pekko
2020
scalaVersion = '3'
2121
scalaBinaryVersion = '3.7.1'
22-
pekkoVersion = "1.1.4"
22+
pekkoVersion = "1.1.5"
2323
}
2424

2525
group = 'com.github.ie3-institute'
@@ -62,7 +62,7 @@ dependencies{
6262
}
6363

6464
//PSDM
65-
implementation('com.github.ie3-institute:PowerSystemDataModel:7.0.0') {
65+
implementation('com.github.ie3-institute:PowerSystemDataModel:8.1.0') {
6666
exclude group: 'org.apache.logging.log4j'
6767
exclude group: 'org.slf4j'
6868
/* Exclude our own nested dependencies */

0 commit comments

Comments
 (0)