Skip to content

Commit f6f7bcc

Browse files
Update logback-classic to 1.5.9
1 parent 982b81f commit f6f7bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ val scalaCollectionCompatVersion = "2.12.0"
605605

606606
lazy val loggingSettings = Seq(
607607
libraryDependencies ++= Seq(
608-
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
608+
"ch.qos.logback" % "logback-classic" % "1.5.9" % Test
609609
)
610610
)
611611

0 commit comments

Comments
 (0)