From 28794bcc0d6b2dc1c024289c900da368a3e3559a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Jul 2022 12:09:15 +0000 Subject: [PATCH] bump: scala-logging 3.9.5 (was 3.9.4) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9823881ce..ea3a51ef9 100644 --- a/build.sbt +++ b/build.sbt @@ -352,7 +352,7 @@ lazy val benchmarks = project publish / skip := true, IntegrationTest / parallelExecution := false, libraryDependencies ++= Seq( - "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", + "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "io.dropwizard.metrics" % "metrics-core" % "4.2.8", "ch.qos.logback" % "logback-classic" % "1.2.11", "org.slf4j" % "log4j-over-slf4j" % slf4jVersion,