Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close #516 - Bump logback to 1.4.9 and logback-scala-interop to 0.3.0 #517

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8"
final val LogbackVersion = "1.4.9"

final val Log4sVersion = "1.10.0"

final val Log4JVersion = "2.19.0"

val LogbackScalaInteropVersion = "0.2.0"
val LogbackScalaInteropVersion = "0.3.0"
}

lazy val libs =
Expand Down