We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PSU
3.0.0
1 parent 8424801 commit f528580Copy full SHA for f528580
build.gradle
@@ -18,7 +18,7 @@ ext {
18
19
// required for pekko
20
scalaVersion = '3'
21
- scalaBinaryVersion = '3.6.2'
+ scalaBinaryVersion = '3.6.4'
22
pekkoVersion = "1.1.3"
23
}
24
@@ -54,7 +54,7 @@ dependencies{
54
implementation "org.scala-lang:scala3-library_${scalaVersion}:${scalaBinaryVersion}"
55
56
//PSU
57
- implementation('com.github.ie3-institute:PowerSystemUtils:2.2.1') {
+ implementation('com.github.ie3-institute:PowerSystemUtils:3.0.0') {
58
exclude group: 'org.apache.logging.log4j'
59
exclude group: 'org.slf4j'
60
/* Exclude our own nested dependencies */
0 commit comments