Skip to content

Commit 35f0e48

Browse files
committed
Updating some dependencies.
1 parent 73326d1 commit 35f0e48

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ext {
1717
javaVersion = JavaVersion.VERSION_17
1818

1919
scalaVersion = '3'
20-
scalaBinaryVersion = '3.6.4'
20+
scalaBinaryVersion = '3.7.0'
2121
pekkoVersion = '1.1.3'
2222

2323
tscfgVersion = '0.9.995'
@@ -84,15 +84,14 @@ dependencies {
8484

8585

8686
// ie³ power system utils
87-
implementation('com.github.ie3-institute:PowerSystemUtils:3.0.0') {
87+
implementation('com.github.ie3-institute:PowerSystemUtils:3.1.0') {
8888
exclude group: 'org.slf4j'
8989
exclude group: 'org.apache.logging.log4j'
9090
exclude group: 'com.github.ie3-institute'
91-
exclude group: 'com.github.johanneshiry', module: 'OSMonaut'
9291
}
9392

9493
// 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') {
9695
exclude group: 'org.slf4j'
9796
exclude group: 'org.apache.logging.log4j'
9897
exclude group: 'com.github.ie3-institute'
@@ -126,7 +125,6 @@ tasks.withType(ScalaCompile) {
126125
"-P:scapegoat:dataDir:" + layout.buildDirectory.dir("reports/scapegoat/src/").get(),
127126
"-P:scapegoat:disabledInspections:VariableShadowing",
128127
"-P:scapegoat:overrideLevels:LonelySealedTrait=warning",
129-
"-P:scapegoat:ignoredFiles:.*/SimonaConfig.scala" // see scapegoat-sbt page for this param
130128
]
131129
}
132130

0 commit comments

Comments
 (0)