Skip to content

Commit 134adcb

Browse files
authored
Update logback-classic from 1.4.4 to 1.4.5 (#93)
Co-authored-by: Anand Singh <4903911+anand-singh@users.noreply.github.com>
1 parent 2f8b1cd commit 134adcb

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
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
99
"com.typesafe.akka" %% "akka-stream" % "2.6.19",
1010
"com.typesafe" % "config" % "1.4.2",
1111
"org.reactivemongo" %% "reactivemongo" % "1.0.10",
12-
"ch.qos.logback" % "logback-classic" % "1.4.4",
12+
"ch.qos.logback" % "logback-classic" % "1.4.5",
1313
"net.codingwell" %% "scala-guice" % "5.1.0",
1414
"org.json4s" %% "json4s-native" % "4.0.6",
1515
"org.scalatest" %% "scalatest" % "3.2.14" % "test",

0 commit comments

Comments
 (0)