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.
1 parent 01e6f78 commit 88d0b0bCopy full SHA for 88d0b0b
build.sbt
@@ -709,7 +709,7 @@ lazy val zio = (project in file("zio"))
709
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
710
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
711
libraryDependencies += zioTestSbt,
712
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.11.0",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.12.0",
713
libraryDependencies += zioJsonDep,
714
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC39",
715
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments