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.
1 parent 22694a0 commit 7c60f06Copy full SHA for 7c60f06
build.gradle
@@ -50,7 +50,7 @@ repositories {
50
51
dependencies {
52
// ie³ power system utils
53
- implementation 'com.github.ie3-institute:PowerSystemUtils:1.5.3'
+ implementation 'com.github.ie3-institute:PowerSystemUtils:1.6'
54
55
implementation 'tech.units:indriya:2.1.2'
56
@@ -85,6 +85,8 @@ dependencies {
85
86
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
87
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities
88
+ implementation 'org.apache.commons:commons-lang3:3.12.0'
89
+
90
}
91
92
wrapper {
0 commit comments