From 336c6312a35a64f5a557e6cf2247bf2e1de46f2c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:20:45 +0000 Subject: [PATCH] build(deps): Update logback-classic from 1.5.13 to 1.5.14 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 26eb94131..9d291856c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -72,7 +72,7 @@ object Dependencies { val sbtTestAgent = "org.scala-sbt" % "test-agent" % sbtTestAgentVersion val snailgun = "io.github.alexarchambault.scala-cli.snailgun" %% "snailgun-core" % "0.4.1-sc2" val ztExec = "org.zeroturnaround" % "zt-exec" % ztExecVersion - val logback = "ch.qos.logback" % "logback-classic" % "1.5.13" + val logback = "ch.qos.logback" % "logback-classic" % "1.5.14" val libdaemonjvm = "ch.epfl.scala" %% "libdaemon" % "0.0.12" val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"