Skip to content

Commit

Permalink
Update zio-kafka, zio-kafka-testkit to 2.7.4 (#1197)
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 Mar 15, 2024
1 parent 737861e commit 7f876c1
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 @@ -172,11 +172,11 @@ lazy val zioKafkaExample =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.21",
"dev.zio" %% "zio-kafka" % "2.7.3",
"dev.zio" %% "zio-kafka" % "2.7.4",
"dev.zio" %% "zio-logging-slf4j2" % "2.2.2",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.3" % Test,
"dev.zio" %% "zio-kafka-testkit" % "2.7.4" % Test,
"dev.zio" %% "zio-test" % "2.0.21" % Test
),
// Scala 3 compiling fails with:
Expand Down

0 comments on commit 7f876c1

Please sign in to comment.