From 64c567ae7001ffd3625e37a726129091708da97d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Dec 2021 06:15:50 +0100 Subject: [PATCH] Update scala-logging to 3.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c197f4f..afb96e4 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val root = (project in file(".")) "com.typesafe.play" %% "play-json" % playJsonVersion, "com.typesafe.play" %% "play-ws-standalone" % playWsVersion, "com.typesafe.play" %% "play-ws-standalone-json" % playWsVersion, - "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", + "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "com.typesafe.akka" %% "akka-actor" % akkaVersion, "io.lemonlabs" %% "scala-uri" % "1.5.1", // TEST