Skip to content

Commit

Permalink
Update kafka-clients to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and NeQuissimus committed May 3, 2019
1 parent eca948b commit 573917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.11.1",
"io.circe" %% "circe-generic" % "0.11.1" % Test,
"io.circe" %% "circe-parser" % "0.11.1",
"org.apache.kafka" % "kafka-clients" % "2.1.1",
"org.apache.kafka" % "kafka-clients" % "2.2.0",
compilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.3"),
"com.github.ghik" %% "silencer-lib" % "1.3.3",
"com.lihaoyi" %% "utest" % "0.6.7" % Test
Expand Down

0 comments on commit 573917f

Please sign in to comment.