From a34fc5d149b27272426770005da3611dbfc9e79e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Dec 2023 05:16:50 +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 15fef1a..aa29795 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ Test / unmanagedSourceDirectories += baseDirectory.value / "test/unit" parallelExecution in Test := false libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.13" libraryDependencies += "org.antlr" % "antlr4" % "4.8-1" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test"