From 77d7bffba25740c101586e5554a25fc68da6d0af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Apr 2026 15:45:18 +0000 Subject: [PATCH] Update scribe-slf4j to 3.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f86c2a1..dbb32e8 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.29", "org.geneontology" % "obographs" % "0.2.1", "commons-codec" % "commons-codec" % "1.18.0", - "com.outr" %% "scribe-slf4j" % "3.16.1", + "com.outr" %% "scribe-slf4j" % "3.19.0", "io.circe" %% "circe-core" % "0.14.13", "io.circe" %% "circe-generic" % "0.14.13", "io.circe" %% "circe-yaml" % "0.14.2",