Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Aug 24, 2024
1 parent 194f5ed commit b56269d
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 @@ -157,7 +157,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.3.0" % Test
"dev.zio" %% "zio-logging-slf4j" % "2.3.1" % Test
) ++ `embedded-kafka`.value
)

Expand All @@ -181,7 +181,7 @@ lazy val zioKafkaExample =
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.7",
"dev.zio" %% "zio-kafka" % "2.8.0",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.0",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.1",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.8.0" % Test,
Expand Down

0 comments on commit b56269d

Please sign in to comment.