From 33c176fee1de85d53da0826febc4e63ce5bfbcd6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Jun 2021 21:03:38 +0200 Subject: [PATCH] Update scala-logging to 3.9.4 --- plugins-Logging/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-Logging/build.sbt b/plugins-Logging/build.sbt index 7f1c0c2f..a81fea77 100644 --- a/plugins-Logging/build.sbt +++ b/plugins-Logging/build.sbt @@ -4,4 +4,4 @@ libraryDependencies += "com.thoughtworks.feature" %% "caller" % "2.3.0" libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.8" -libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0" +libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"