From 70f75c6caa6c195335be65583887a1ed6738be04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 23:19:32 +0000 Subject: [PATCH] Update logback-classic, logback-core to 1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ec58a9..868cfc4 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ scalacOptions ++= { javacOptions ++= Seq("-source", "1.8", "-target", "1.8") -val logbackVersion = "1.5.7" +val logbackVersion = "1.5.11" libraryDependencies ++= Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",