From 16b49af4689835b11d43ad1e76ec3399dc183fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:03:39 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-simple to v2.0.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38edc88..d706664 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.18" + val Slf4jVersion = "2.0.19" val ScalatestVersion = "3.2.20" Seq( "com.typesafe.akka" %% "akka-actor" % AkkaVersion,