diff --git a/build.sbt b/build.sbt index 716a9f8..5bd6c85 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,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.2.3", + "ch.qos.logback" % "logback-classic" % "1.2.4", "org.mdedetrich" %% "akka-stream-circe" % "0.8.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.2", "io.circe" %% "circe-generic" % Circe,