Skip to content

Commit 16579b8

Browse files
authored
Merge pull request #1643 from Baeldung/update/zio-kafka-2.9.0
Update zio-kafka from 2.8.3 to 2.9.0
2 parents 25b2262 + 15b004c commit 16579b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ lazy val zio = (project in file("zio"))
688688
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
689689
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
690690
libraryDependencies += zioTestSbt,
691-
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.3",
691+
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.0",
692692
libraryDependencies += zioJsonDep,
693693
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
694694
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,

0 commit comments

Comments
 (0)