Skip to content

Commit 1b2c2e2

Browse files
authored
Merge pull request #1722 from Baeldung/update/zio-kafka-2.10.0
Update zio-kafka from 2.9.1 to 2.10.0
2 parents f44255c + 67cc6c6 commit 1b2c2e2

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
@@ -692,7 +692,7 @@ lazy val zio = (project in file("zio"))
692692
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
693693
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
694694
libraryDependencies += zioTestSbt,
695-
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.1",
695+
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0",
696696
libraryDependencies += zioJsonDep,
697697
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
698698
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,

0 commit comments

Comments
 (0)