diff --git a/build.sbt b/build.sbt index 634f833..946f8d7 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val core = project "com.typesafe.akka" %% "akka-slf4j" % Akka, "com.typesafe.akka" %% "akka-http" % AkkaHttp, "com.madgag.scala-git" %% "scala-git" % "4.2", - "ch.qos.logback" % "logback-classic" % "1.4.11", + "ch.qos.logback" % "logback-classic" % "1.4.13", "org.mdedetrich" %% "akka-stream-circe" % "0.9.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % "0.14.5",