From d9a595af6a83f4ba416cde0e16275ec95dff8fe1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 May 2026 15:18:50 +0000 Subject: [PATCH] Update slf4j-api, slf4j-simple to 2.0.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 59c1f6c..903f1ac 100644 --- a/build.sbt +++ b/build.sbt @@ -159,8 +159,8 @@ lazy val example = http4sProj(projectMatrix.in(file("example")), "example", _ => libraryDependencies ++= Seq( circeDep("core").value, circeDep("generic").value, - "org.slf4j" % "slf4j-api" % "2.0.17", - "org.slf4j" % "slf4j-simple" % "2.0.17" + "org.slf4j" % "slf4j-api" % "2.0.18", + "org.slf4j" % "slf4j-simple" % "2.0.18" ) ) .dependsOn(core, http4s, play)