Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dabb398

Browse files
authoredFeb 22, 2025
Merge pull request #1766 from Baeldung/update/zio-kafka-2.11.0
Update zio-kafka from 2.10.0 to 2.11.0
2 parents 236358f + fe16e75 commit dabb398

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
@@ -706,7 +706,7 @@ lazy val zio = (project in file("zio"))
706706
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
707707
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
708708
libraryDependencies += zioTestSbt,
709-
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0",
709+
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.11.0",
710710
libraryDependencies += zioJsonDep,
711711
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC39",
712712
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,

0 commit comments

Comments
 (0)
Please sign in to comment.