Skip to content

Commit

Permalink
Merge branch 'dev' into df/#928-Refactor-ThermalGird-energyDemand
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Oct 28, 2024
2 parents e886345 + 5b78d63 commit 4f39b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
jtsVersion = '1.20.0'
confluentKafkaVersion = '7.4.0'
tscfgVersion = '1.1.3'
scapegoatVersion = '3.1.1'
scapegoatVersion = '3.1.2'

testContainerVersion = '0.41.4'

Expand Down Expand Up @@ -98,7 +98,7 @@ dependencies {

/* logging */
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // pekko scala logging
implementation "ch.qos.logback:logback-classic:1.5.11"
implementation "ch.qos.logback:logback-classic:1.5.12"

/* testing */
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit 4f39b9b

Please sign in to comment.