Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.1.14 (#1014)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 9, 2023
1 parent eaa0a7e commit 44d57bc
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 @@ -146,7 +146,7 @@ lazy val zioKafkaTest =
kafkaClients,
jacksonDatabind,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.13" % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.1.14" % Test,
scalaCollectionCompat
) ++ `embedded-kafka`.value
)
Expand Down Expand Up @@ -174,7 +174,7 @@ lazy val zioKafkaExample =
"dev.zio" %% "zio-kafka-testkit" % "2.4.1" % Test,
"dev.zio" %% "zio-test" % "2.0.15" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.9",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.13",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.14",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit 44d57bc

Please sign in to comment.