Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Jan 3, 2024
1 parent 814bac9 commit 15717c0
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 @@ -163,13 +163,13 @@ lazy val zioKafkaExample =
.settings(run / fork := false)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.20",
"dev.zio" %% "zio" % "2.0.21",
"dev.zio" %% "zio-kafka" % "2.7.1",
"dev.zio" %% "zio-logging-slf4j2" % "2.1.16",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.1" % Test,
"dev.zio" %% "zio-test" % "2.0.20" % Test
"dev.zio" %% "zio-test" % "2.0.21" % Test
),
// Scala 3 compiling fails with:
// [error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/home/runner/work/zio-kafka/zio-kafka/"), "zioKafkaExample"):
Expand Down

0 comments on commit 15717c0

Please sign in to comment.