Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Nov 24, 2023
1 parent a8a5fdd commit 92d7701
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 @@ -141,7 +141,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.15" % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.16" % Test,
scalaCollectionCompat
) ++ `embedded-kafka`.value
)
Expand Down Expand Up @@ -169,7 +169,7 @@ lazy val zioKafkaExample =
"dev.zio" %% "zio-kafka-testkit" % "2.7.0" % Test,
"dev.zio" %% "zio-test" % "2.0.19" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.15",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.16",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit 92d7701

Please sign in to comment.