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 fe16e75

Browse files
committedFeb 22, 2025·
Update zio-kafka from 2.10.0 to 2.11.0
1 parent ce97008 commit fe16e75

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.