Skip to content

Commit f5b3b78

Browse files
authored
Merge pull request #101 from yokra9/update/logback-classic-1.5.6
Update logback-classic to 1.5.6
2 parents c03d92d + 980f494 commit f5b3b78

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)