From f1956cf23fd0bf6a953beab6ac54589b9eff6c02 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 16:11:33 +0100 Subject: [PATCH] Update slf4j-simple to 1.7.36 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e75a92..41b762c 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val server = (project in file("server")) "org.http4s" %% "http4s-dsl" % "0.22.2", "org.http4s" %% "http4s-circe" % "0.22.2", "io.circe" %% "circe-generic" % "0.14.1", - "org.slf4j" % "slf4j-simple" % "1.7.33", + "org.slf4j" % "slf4j-simple" % "1.7.36", "org.typelevel" %% "munit-cats-effect-2" % "1.0.7" % Test ), graalVMNativeImageOptions ++= Seq(