Skip to content

Commit

Permalink
Update zio-logging, zio-logging-slf4j to 2.2.0 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 22, 2024
1 parent b6aa9b0 commit 2dca5de
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.1.17",
"dev.zio" %% "zio-logging-slf4j" % "2.1.17",
"dev.zio" %% "zio-logging" % "2.2.0",
"dev.zio" %% "zio-logging-slf4j" % "2.2.0",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"dev.zio" %% "zio-aws-core" % zioAwsVersion,
Expand Down

0 comments on commit 2dca5de

Please sign in to comment.