From 797bfd5bac2f5f7826a6ea48d5063991795d6899 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:06:27 +0200 Subject: [PATCH] Update scribe-slf4j to 3.15.0 (#257) Co-authored-by: Jim Balhoff --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5133c50..50607ac 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val zioVersion = "2.0.22" -lazy val scribeVersion = "3.12.2" +lazy val scribeVersion = "3.15.0" lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq(