From 51532196f43a9bd485330cdec7198f7e3d6f91f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 13:57:08 +0000 Subject: [PATCH] Update scribe-slf4j to 3.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ebeeed..5066f4b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val zioVersion = "2.0.19" -lazy val scribeVersion = "3.12.2" +lazy val scribeVersion = "3.13.3" lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq(