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 25b2262 + 15b004c commit 16579b8Copy full SHA for 16579b8
build.sbt
@@ -688,7 +688,7 @@ lazy val zio = (project in file("zio"))
688
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
689
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
690
libraryDependencies += zioTestSbt,
691
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.3",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.0",
692
libraryDependencies += zioJsonDep,
693
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
694
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments