From 685b6403d4ef979733bc767df3fcd3d89f592ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:50:27 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-simple to v2.0.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b867cd8..38edc88 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= { val AkkaHttpVersion = "10.5.3" val Json4sVersion = "4.0.7" val ScalaLoggingVersion = "3.9.6" - val Slf4jVersion = "2.0.17" + val Slf4jVersion = "2.0.18" val ScalatestVersion = "3.2.20" Seq( "com.typesafe.akka" %% "akka-actor" % AkkaVersion,