From 6a5becd87071e621ed2a16ddfee3ec7a76b38536 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 15:36:05 +0000 Subject: [PATCH] Update scala-logging to 3.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594a98d..f13c525 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val core = project "dev.zio" %% "zio-streams" % zioVersion, "org.geneontology" %% "whelk-owlapi" % "1.2.1", "org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"), - "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", + "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6", "dev.zio" %% "zio-test" % zioVersion % Test, "dev.zio" %% "zio-test-sbt" % zioVersion % Test, "com.outr" %% "scribe-slf4j" % scribeVersion % Test