Skip to content

Commit bcebd49

Browse files
authored
Merge pull request #16 from yokra9/update/logback-classic-1.4.4
Update logback-classic to 1.4.4
2 parents e1b649c + 1fc4447 commit bcebd49

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

0 commit comments

Comments
 (0)