Skip to content

Commit

Permalink
Merge pull request #1046 from typelevel/update/slf4j-simple-2.0.16
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.16
  • Loading branch information
mpilquist authored Aug 29, 2024
2 parents 3b77f19 + 9bb539c commit 39f0efd
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 @@ -364,7 +364,7 @@ lazy val examples = project
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
"org.slf4j" % "slf4j-simple" % "2.0.13",
"org.slf4j" % "slf4j-simple" % "2.0.16",
"eu.timepit" %% "refined" % "0.11.2",
"is.cir" %% "ciris" % "3.6.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.41.0",
Expand Down Expand Up @@ -437,7 +437,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.13",
"org.slf4j" % "slf4j-simple" % "2.0.16",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.41.0", // for the opentelemetry example
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha"
),
Expand Down

0 comments on commit 39f0efd

Please sign in to comment.