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 a98135e + 33b2c1b commit f0138c3Copy full SHA for f0138c3
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