From 4849ba7080a68354b63fd2a1f40681f51dd4ed4c Mon Sep 17 00:00:00 2001 From: healthm-bot <50454103+healthm-bot@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:54:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20logback-classi?= =?UTF-8?q?c=20from=201.2.10=20to=201.2.11=20(#115)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb20a990f..dedce27c4 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val V = new { val jsonassert = "1.5.0" val jUnit = "5.8.2" val litVersionForGenerator = "0.14.6" - val logback = "1.2.10" + val logback = "1.2.11" val lombok = "1.18.22" val scalaMeterVersion = "0.22" val scalaTest = "3.2.11"