From e0768734dae0ad8cfebd2edf912e8df80032552e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 16:55:26 +0000 Subject: [PATCH] Update slf4j-simple to 2.0.13 --- documentation/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/build.sbt b/documentation/build.sbt index caf01cd6e..8acd5ae2f 100644 --- a/documentation/build.sbt +++ b/documentation/build.sbt @@ -413,7 +413,7 @@ val `example-basic-http4s-server` = noPublishSettings, `scala 2.12 to 2.13`, publishArtifact := false, - libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.11", + libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13", libraryDependencies += "org.http4s" %%% "http4s-blaze-server" % http4sVersion, libraryDependencies += "org.http4s" %% "http4s-circe" % http4sVersion )