Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.11 (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 15, 2024
1 parent 3a21130 commit 80aab73
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 @@ -213,8 +213,8 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.5.1",
"com.softwaremill.sttp.client3" %% "core" % "3.9.1",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.slf4j" % "slf4j-simple" % "2.0.9",
"org.slf4j" % "slf4j-api" % "2.0.11",
"org.slf4j" % "slf4j-simple" % "2.0.11",
),
)
.dependsOn(zioHttp)
Expand Down

0 comments on commit 80aab73

Please sign in to comment.