From 9684bfc765e65856e9ee56075bb9079be1efd5cd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:41:13 +0100 Subject: [PATCH] Update scribe to 3.10.5 (#525) Co-authored-by: Filippo Mariotti --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aad19a8b..fb11d8ff 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val versionOf = new { val scalaCheck = "1.17.0" val scalaTest = "3.2.14" val zio = "1.0.17" - val scribe = "3.10.1" + val scribe = "3.10.5" } lazy val coreDependencies = Seq(