Skip to content

Commit f99a3de

Browse files
Update logback-classic to 1.5.7
1 parent c79d69d commit f99a3de

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
@@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
55
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
66
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
77
"com.typesafe.akka" %% "akka-http" % "10.2.10",
8-
"ch.qos.logback" % "logback-classic" % "1.5.6",
8+
"ch.qos.logback" % "logback-classic" % "1.5.7",
99
"org.scalactic" %% "scalactic" % "3.2.19",
1010
"org.scalatest" %% "scalatest" % "3.2.19" % Test
1111
)

0 commit comments

Comments
 (0)