From 30b91a3bf6f29699ce592505bae740a349810059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:13:28 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-simple to v2.0.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d706664..53cbf5d 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.19" + val Slf4jVersion = "2.0.20" val ScalatestVersion = "3.2.20" Seq( "com.typesafe.akka" %% "akka-actor" % AkkaVersion,