Skip to content

Commit

Permalink
Update zio-kafka, zio-kafka-testkit to 2.4.1 (#967)
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 Jul 3, 2023
1 parent 045b4d8 commit 392d7a3
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 @@ -166,8 +166,8 @@ lazy val zioKafkaExample =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio-kafka" % "2.4.0",
"dev.zio" %% "zio-kafka-testkit" % "2.4.0" % Test,
"dev.zio" %% "zio-kafka" % "2.4.1",
"dev.zio" %% "zio-kafka-testkit" % "2.4.1" % Test,
"dev.zio" %% "zio-test" % "2.0.15" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.6",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.13",
Expand Down

0 comments on commit 392d7a3

Please sign in to comment.