Skip to content

Commit

Permalink
Update slf4j-simple to 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 8, 2022
1 parent 95112cf commit 34f0f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down Expand Up @@ -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
)

0 comments on commit 34f0f67

Please sign in to comment.