Skip to content

Commit

Permalink
Update zio-logging, zio-logging-slf4j to 2.3.0 (#1022)
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] authored Aug 11, 2024
1 parent 500e01e commit 4320828
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.4",
"dev.zio" %% "zio-logging-slf4j" % "2.2.4",
"dev.zio" %% "zio-logging" % "2.3.0",
"dev.zio" %% "zio-logging-slf4j" % "2.3.0",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.hdrhistogram" % "HdrHistogram" % "2.2.2",
"dev.zio" %% "zio-aws-core" % zioAwsVersion,
Expand Down

0 comments on commit 4320828

Please sign in to comment.