From 061f8bea7eb11bf84d0f5435a545284fb01087cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Mar 2024 03:23:45 +0000 Subject: [PATCH] Update scribe, scribe-file to 3.13.2 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7c42358b..f1388016 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val versions = new { val slf4j = "1.7.33" val log4j = "2.17.0" val disruptor = "3.4.4" - val scribe = "3.5.5" + val scribe = "3.13.2" val perfolation = "1.2.8" val jsoniter = "2.12.1" } @@ -262,7 +262,6 @@ lazy val scalac212Options = Seq( "-Ywarn-unused:privates" // Warn if a private member is unused. ) - lazy val scalac213Options = Seq( "-Werror", "-Wdead-code",