Skip to content

Commit 52cf151

Browse files
Update logback-classic to 1.5.16 (#3162)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves <[email protected]>
1 parent 1d41f8f commit 52cf151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ val scalaCollectionCompatVersion = "2.12.0"
606606

607607
lazy val loggingSettings = Seq(
608608
libraryDependencies ++= Seq(
609-
"ch.qos.logback" % "logback-classic" % "1.5.12" % Test
609+
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test
610610
)
611611
)
612612

0 commit comments

Comments
 (0)