Skip to content

Commit

Permalink
Merge pull request #561 from kevin-lee/task/560/bump-logback-scala-in…
Browse files Browse the repository at this point in the history
…terop

Close #560 - [`logger-f-logback-mdc-monix3`] Bump `logback-scala-interop` to `1.2.0` and `logback` to `1.5.2`
  • Loading branch information
kevin-lee authored Dec 19, 2024
2 parents 5b7b2d0 + 3b103eb commit 0be8536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,13 @@ lazy val props =
final val ExtrasVersion = "0.25.0"

final val Slf4JVersion = "2.0.6"
final val LogbackVersion = "1.5.1"
final val LogbackVersion = "1.5.2"

final val Log4sVersion = "1.10.0"

final val Log4JVersion = "2.19.0"

val LogbackScalaInteropVersion = "1.1.0"
val LogbackScalaInteropVersion = "1.2.0"
}

lazy val libs =
Expand Down

0 comments on commit 0be8536

Please sign in to comment.