Skip to content

Commit f528580

Browse files
committed
Updating PSU to version 3.0.0.
1 parent 8424801 commit f528580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
1818

1919
// required for pekko
2020
scalaVersion = '3'
21-
scalaBinaryVersion = '3.6.2'
21+
scalaBinaryVersion = '3.6.4'
2222
pekkoVersion = "1.1.3"
2323
}
2424

@@ -54,7 +54,7 @@ dependencies{
5454
implementation "org.scala-lang:scala3-library_${scalaVersion}:${scalaBinaryVersion}"
5555

5656
//PSU
57-
implementation('com.github.ie3-institute:PowerSystemUtils:2.2.1') {
57+
implementation('com.github.ie3-institute:PowerSystemUtils:3.0.0') {
5858
exclude group: 'org.apache.logging.log4j'
5959
exclude group: 'org.slf4j'
6060
/* Exclude our own nested dependencies */

0 commit comments

Comments
 (0)