Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.0.17 (#1049)
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 Sep 17, 2023
1 parent f8536a1 commit c0a1526
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 @@ -168,10 +168,10 @@ lazy val zioKafkaExample =
.settings(run / fork := false)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.16",
"dev.zio" %% "zio" % "2.0.17",
"dev.zio" %% "zio-kafka" % "2.4.2",
"dev.zio" %% "zio-kafka-testkit" % "2.4.2" % Test,
"dev.zio" %% "zio-test" % "2.0.16" % Test,
"dev.zio" %% "zio-test" % "2.0.17" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.14",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion
Expand Down

0 comments on commit c0a1526

Please sign in to comment.