Skip to content

Commit

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

Close #551 - [`logger-f-logback-mdc-monix3`] Bump `logback-scala-interop` to `0.8.0` and `logback` to `1.4.14`
  • Loading branch information
kevin-lee authored Dec 11, 2024
2 parents 20f7432 + 1b7766c commit abd7f89
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.13"
final val LogbackVersion = "1.4.14"

final val Log4sVersion = "1.10.0"

final val Log4JVersion = "2.19.0"

val LogbackScalaInteropVersion = "0.7.0"
val LogbackScalaInteropVersion = "0.8.0"
}

lazy val libs =
Expand Down

0 comments on commit abd7f89

Please sign in to comment.