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 6af954e + 243ccf0 commit 6e3df43Copy full SHA for 6e3df43
build.sbt
@@ -677,7 +677,7 @@ lazy val zio = (project in file("zio"))
677
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
678
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
679
libraryDependencies += zioTestSbt,
680
- libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.2",
+ libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.3",
681
libraryDependencies += zioJsonDep,
682
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
683
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments