|
17 | 17 | javaVersion = JavaVersion.VERSION_17
|
18 | 18 |
|
19 | 19 | scalaVersion = '3'
|
20 |
| - scalaBinaryVersion = '3.6.4' |
| 20 | + scalaBinaryVersion = '3.7.0' |
21 | 21 | pekkoVersion = '1.1.3'
|
22 | 22 |
|
23 | 23 | tscfgVersion = '0.9.995'
|
@@ -84,15 +84,14 @@ dependencies {
|
84 | 84 |
|
85 | 85 |
|
86 | 86 | // ie³ power system utils
|
87 |
| - implementation('com.github.ie3-institute:PowerSystemUtils:3.0.0') { |
| 87 | + implementation('com.github.ie3-institute:PowerSystemUtils:3.1.0') { |
88 | 88 | exclude group: 'org.slf4j'
|
89 | 89 | exclude group: 'org.apache.logging.log4j'
|
90 | 90 | exclude group: 'com.github.ie3-institute'
|
91 |
| - exclude group: 'com.github.johanneshiry', module: 'OSMonaut' |
92 | 91 | }
|
93 | 92 |
|
94 | 93 | // ie³ power system data model
|
95 |
| - implementation('com.github.ie3-institute:PowerSystemDataModel:6.0.0') { |
| 94 | + implementation('com.github.ie3-institute:PowerSystemDataModel:7.0.0') { |
96 | 95 | exclude group: 'org.slf4j'
|
97 | 96 | exclude group: 'org.apache.logging.log4j'
|
98 | 97 | exclude group: 'com.github.ie3-institute'
|
@@ -126,7 +125,6 @@ tasks.withType(ScalaCompile) {
|
126 | 125 | "-P:scapegoat:dataDir:" + layout.buildDirectory.dir("reports/scapegoat/src/").get(),
|
127 | 126 | "-P:scapegoat:disabledInspections:VariableShadowing",
|
128 | 127 | "-P:scapegoat:overrideLevels:LonelySealedTrait=warning",
|
129 |
| - "-P:scapegoat:ignoredFiles:.*/SimonaConfig.scala" // see scapegoat-sbt page for this param |
130 | 128 | ]
|
131 | 129 | }
|
132 | 130 |
|
|
0 commit comments