Skip to content

Commit

Permalink
Update zio-logging, zio-logging-slf4j to 2.2.4 (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Jul 20, 2024
1 parent 1b3358d commit a9593c7
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 @@ -74,8 +74,8 @@ lazy val stdSettings: Seq[sbt.Def.SettingsDefinition] = Seq(
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"dev.zio" %% "zio-interop-reactivestreams" % "2.0.2",
"dev.zio" %% "zio-logging" % "2.2.2",
"dev.zio" %% "zio-logging-slf4j" % "2.2.2",
"dev.zio" %% "zio-logging" % "2.2.4",
"dev.zio" %% "zio-logging-slf4j" % "2.2.4",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"dev.zio" %% "zio-aws-core" % zioAwsVersion,
Expand Down

0 comments on commit a9593c7

Please sign in to comment.