Skip to content

Commit 980f494

Browse files
Update logback-classic to 1.5.6
1 parent dd2a50a commit 980f494

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.5",
8+
"ch.qos.logback" % "logback-classic" % "1.5.6",
99
"org.scalactic" %% "scalactic" % "3.2.18",
1010
"org.scalatest" %% "scalatest" % "3.2.18" % Test
1111
)

0 commit comments

Comments
 (0)