Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.1.15 (#1099)
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 Nov 6, 2023
1 parent 5fb8b5e commit bbe098c
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 @@ -142,7 +142,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.14" % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.15" % Test,
scalaCollectionCompat
) ++ `embedded-kafka`.value
)
Expand Down Expand Up @@ -170,7 +170,7 @@ lazy val zioKafkaExample =
"dev.zio" %% "zio-kafka-testkit" % "2.6.0" % Test,
"dev.zio" %% "zio-test" % "2.0.18" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.14",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.15",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit bbe098c

Please sign in to comment.