Skip to content

Commit

Permalink
Merge pull request #748 from scala-steward/update/slf4j-simple-2.0.7
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.7
  • Loading branch information
mergify[bot] committed Mar 18, 2023
2 parents 27ebf05 + 9e95af6 commit 53c9870
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 @@ -362,7 +362,7 @@ lazy val examples = project
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % "2.5.0",
"org.slf4j" % "slf4j-simple" % "2.0.6",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"eu.timepit" %% "refined" % "0.10.1",
"is.cir" %% "ciris" % "3.1.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.22.0",
Expand Down Expand Up @@ -434,7 +434,7 @@ lazy val docs = project
"org.http4s" %% "http4s-dsl" % "0.23.15",
"org.http4s" %% "http4s-client" % "0.23.15",
"org.typelevel" %% "log4cats-slf4j" % "2.4.0",
"org.slf4j" % "slf4j-simple" % "2.0.6",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.22.0" // for the opentelemetry example
),
excludeDependencies += "org.scala-lang.modules" % "scala-collection-compat_3" // pray this does more good than harm
Expand Down

0 comments on commit 53c9870

Please sign in to comment.