We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7694d12 + d10b902 commit 6637040Copy full SHA for 6637040
build.sbt
@@ -83,7 +83,7 @@ libraryDependencies ++= Seq(
83
"io.circe" %% "circe-core" % "0.14.10",
84
"io.circe" %% "circe-generic" % "0.14.10" % Test,
85
"io.circe" %% "circe-parser" % "0.14.10",
86
- "org.apache.kafka" % "kafka-clients" % "3.8.1",
+ "org.apache.kafka" % "kafka-clients" % "3.9.0",
87
"com.lihaoyi" %% "utest" % "0.8.4" % Test
88
)
89
0 commit comments