Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.9 (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 24, 2023
1 parent 8b7768f commit c624db9
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 @@ -198,8 +198,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.0",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.slf4j" % "slf4j-simple" % "2.0.9",
),
)
.dependsOn(zioHttp)
Expand Down

0 comments on commit c624db9

Please sign in to comment.