From 9fd1518bc876e4b2b1e052210c3b2abaae8a5ee3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 22:01:50 +0200 Subject: [PATCH] Update scala-logging to 3.9.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15fef1a..6c0ea32 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ Test / unmanagedSourceDirectories += baseDirectory.value / "test/unit" parallelExecution in Test := false -libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" +libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" libraryDependencies += "org.antlr" % "antlr4" % "4.8-1"