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 2f3d2a1 + 14db913 commit e1a862dCopy full SHA for e1a862d
build.sbt
@@ -692,7 +692,7 @@ lazy val zio = (project in file("zio"))
692
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
693
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
694
libraryDependencies += zioTestSbt,
695
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.0",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.1",
696
libraryDependencies += zioJsonDep,
697
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
698
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments