Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.2.0 (#1152)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Jan 20, 2024
1 parent e1587a6 commit 15f2af8
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 @@ -140,7 +140,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.17" % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.2.0" % Test,
scalaCollectionCompat
) ++ `embedded-kafka`.value
)
Expand All @@ -165,7 +165,7 @@ lazy val zioKafkaExample =
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.20",
"dev.zio" %% "zio-kafka" % "2.7.2",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.17",
"dev.zio" %% "zio-logging-slf4j2" % "2.2.0",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.2" % Test,
Expand Down

0 comments on commit 15f2af8

Please sign in to comment.