From 30b397f681c7be2a0c596902a1dcf879517fa065 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Oct 2024 15:22:17 +0000 Subject: [PATCH] Update scribe-slf4j to 3.15.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50607ac..954e123 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val zioVersion = "2.0.22" -lazy val scribeVersion = "3.15.0" +lazy val scribeVersion = "3.15.2" lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq(