Skip to content

Commit

Permalink
Merge pull request #549 from kevin-lee/bump-logback
Browse files Browse the repository at this point in the history
Close #548 - [`logger-f-logback-mdc-monix3`] Bump `logback-scala-interop` to `0.7.0` and `logback` to `1.4.13`
  • Loading branch information
kevin-lee authored Dec 10, 2024
2 parents 2f29562 + 023365c commit 17f81e3
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.4.12"
final val LogbackVersion = "1.4.13"

final val Log4sVersion = "1.10.0"

final val Log4JVersion = "2.19.0"

val LogbackScalaInteropVersion = "0.6.0"
val LogbackScalaInteropVersion = "0.7.0"
}

lazy val libs =
Expand Down

0 comments on commit 17f81e3

Please sign in to comment.