From 4ae803f5d95852892692b5114f9d32357e077627 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:18:15 +0000 Subject: [PATCH] Update logback-classic to 1.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 33fd1c1..94c112a 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val http4sV = "0.23.16" val circeV = "0.14.3" val catsEffectTestingV = "1.5.0" val log4catsV = "2.5.0" -val logbackClassicV = "1.2.11" +val logbackClassicV = "1.2.13" lazy val `github` = tlCrossRootProject .aggregate(core, example)