From 7099745548a830f009cdf8fdba32f0fec525cc3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Feb 2024 23:25:24 +0000 Subject: [PATCH] Update logback-classic to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ac1a64..04078c4 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val `slick-additions` = "com.lihaoyi" %% "sourcecode" % "0.3.1", "org.scalatest" %% "scalatest" % "3.2.17" % "test", "com.h2database" % "h2" % "2.2.224" % "test", - "ch.qos.logback" % "logback-classic" % "1.4.14" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.0" % "test" ) )