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 236358f + fe16e75 commit dabb398Copy full SHA for dabb398
build.sbt
@@ -706,7 +706,7 @@ lazy val zio = (project in file("zio"))
706
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
707
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
708
libraryDependencies += zioTestSbt,
709
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.11.0",
710
libraryDependencies += zioJsonDep,
711
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC39",
712
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments