Skip to content

Commit f62f39c

Browse files
Update logback-classic to 1.5.23 (#3307)
Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Co-authored-by: Pascal Honoré <[email protected]>
1 parent 9091b7a commit f62f39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
val catsEffectVersion = "2.5.5"
1616

1717
val logging: Seq[ModuleID] = Seq(
18-
"ch.qos.logback" % "logback-classic" % "1.5.22",
18+
"ch.qos.logback" % "logback-classic" % "1.5.23",
1919
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
2020
)
2121

0 commit comments

Comments
 (0)