From 01d7b5dc567999c57e290f551ea862ba518c4c2d Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:20:10 +0000 Subject: [PATCH] Update logback-classic to 1.5.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7ff082..8366289 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val `slick-additions` = "com.lihaoyi" %% "sourcecode" % "0.4.2", "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.h2database" % "h2" % "2.3.232" % "test", - "ch.qos.logback" % "logback-classic" % "1.5.9" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.10" % "test" ) )