Skip to content

Commit

Permalink
Merge branch 'main' into to/#104-reset-trips-daily
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Oct 11, 2022
2 parents 6cd5624 + fd9c90c commit 975a0c8
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 @@ -22,7 +22,7 @@ ext {
slf4jVersion = '1.7.30'
log4j2Version = '2.14.1'
tscfgVersion = '1.0.2'
scapegoatVersion = '1.4.16'
scapegoatVersion = '1.4.17'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator // location of script plugins
}
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
testImplementation "com.typesafe.akka:akka-actor_${scalaVersion}:${akkaVersion}"

/* Logging */
implementation 'ch.qos.logback:logback-classic:1.4.3'
implementation 'ch.qos.logback:logback-classic:1.4.4'
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // akka scala logging

/* Scala compiler plugin for static code analysis */
Expand Down

0 comments on commit 975a0c8

Please sign in to comment.