From 4205a7866a711cb791364b36a4efb450418fe465 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 21:51:59 +0200 Subject: [PATCH] Update scala-logging to 3.9.5 --- 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..34243d3c 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.5"