From 34f0f678090959b62f28fcc7cf2e81d11ec9bdc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 19:40:42 +0100 Subject: [PATCH] Update slf4j-simple to 1.7.36 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 90fbf01c..968613d7 100644 --- a/build.sbt +++ b/build.sbt @@ -363,7 +363,7 @@ lazy val examples = project scalacOptions -= "-Xfatal-warnings", libraryDependencies ++= Seq( "org.typelevel" %% "log4cats-slf4j" % "2.1.1", - "org.slf4j" % "slf4j-simple" % "1.7.35", + "org.slf4j" % "slf4j-simple" % "1.7.36", "eu.timepit" %% "refined" % "0.9.28", "is.cir" %% "ciris" % "2.3.2" ) @@ -417,7 +417,7 @@ lazy val docs = project "org.http4s" %% "http4s-dsl" % "0.23.7", "org.http4s" %% "http4s-client" % "0.23.7", "org.typelevel" %% "log4cats-slf4j" % "2.1.1", - "org.slf4j" % "slf4j-simple" % "1.7.35", + "org.slf4j" % "slf4j-simple" % "1.7.36", ), excludeDependencies += "org.scala-lang.modules" % "scala-collection-compat_3", // pray this does more good than harm )