Skip to content

Commit

Permalink
Update zio-logging, zio-logging-slf4j to 2.1.16 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 25, 2023
1 parent 998d1db commit 5df3973
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.15",
"dev.zio" %% "zio-logging-slf4j" % "2.1.15",
"dev.zio" %% "zio-logging" % "2.1.16",
"dev.zio" %% "zio-logging-slf4j" % "2.1.16",
"ch.qos.logback" % "logback-classic" % "1.4.11",
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"dev.zio" %% "zio-aws-core" % zioAwsVersion,
Expand Down

0 comments on commit 5df3973

Please sign in to comment.