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 46e1107 + 6759d34 commit 7edd2bdCopy full SHA for 7edd2bd
build.sbt
@@ -588,7 +588,7 @@ lazy val zio = (project in file("zio"))
588
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
589
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
590
libraryDependencies += zioTestSbt,
591
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.3",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.4",
592
libraryDependencies += zioJsonDep,
593
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
594
)
0 commit comments