From e4072dbc007c05521c5b61600cb127cc2d111c37 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:50:47 +0100 Subject: [PATCH] Update scribe-slf4j to 3.11.9 (#379) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index db5271b..0b77987 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.25", "org.geneontology" % "obographs" % "0.2.1", "commons-codec" % "commons-codec" % "1.15", - "com.outr" %% "scribe-slf4j" % "3.11.5", + "com.outr" %% "scribe-slf4j" % "3.11.9", "io.circe" %% "circe-core" % "0.14.5", "io.circe" %% "circe-generic" % "0.14.5", "io.circe" %% "circe-yaml" % "0.14.2",