We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92e345b + f4c02d7 commit ca1b125Copy full SHA for ca1b125
build.sbt
@@ -634,7 +634,7 @@ lazy val zio = (project in file("zio"))
634
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
635
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
636
libraryDependencies += zioTestSbt,
637
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.5",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.0",
638
libraryDependencies += zioJsonDep,
639
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
640
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments