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 a7c6f27 commit 33b2c1bCopy full SHA for 33b2c1b
build.sbt
@@ -649,7 +649,7 @@ lazy val zio = (project in file("zio"))
649
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
650
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
651
libraryDependencies += zioTestSbt,
652
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.0",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.2",
653
libraryDependencies += zioJsonDep,
654
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
655
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments