From 7eb95f2ca9df053b02f421e9aa548e28529643fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 18:42:47 +0000 Subject: [PATCH] Update scribe-slf4j to 2.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f06e9ba..b0230ab 100644 --- a/build.sbt +++ b/build.sbt @@ -166,7 +166,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform) libraryDependencies ++= Seq( "com.dongxiguo" %% "fastring" % "1.0.0", "com.outr" %% "perfolation" % "1.1.7", - "com.outr" %% "scribe-slf4j" % "2.7.13" % Test, + "com.outr" %% "scribe-slf4j" % "2.8.6" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test ) )