Skip to content

Commit f0138c3

Browse files
authored
Merge pull request #1517 from Baeldung/update/zio-kafka-2.8.2
Update zio-kafka from 2.8.0 to 2.8.2
2 parents a98135e + 33b2c1b commit f0138c3

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
@@ -649,7 +649,7 @@ lazy val zio = (project in file("zio"))
649649
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
650650
libraryDependencies += "dev.zio" %% "zio-streams" % zioVersion,
651651
libraryDependencies += zioTestSbt,
652-
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.0",
652+
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.2",
653653
libraryDependencies += zioJsonDep,
654654
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
655655
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,

0 commit comments

Comments
 (0)