From 137594eda55375ad2338d7a827ba2488b7caa18f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Sep 2023 14:51:18 +0000 Subject: [PATCH] Update scribe-slf4j to 3.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb024da..7b7c27f 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val cli = project executableScriptName := "relation-graph", publish / skip := true, libraryDependencies ++= Seq( - "com.outr" %% "scribe-slf4j" % "3.10.7", + "com.outr" %% "scribe-slf4j" % "3.12.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "io.circe" %% "circe-yaml" % "0.14.2", ),