Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Update kafka-clients to 3.3.2 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sderosiaux authored Jan 19, 2023
1 parent 21b032a commit 51b8d7b
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 @@ -10,7 +10,7 @@ lazy val mainScala = scala213
lazy val allScala = Seq(scala212, scala3, mainScala)

lazy val zioVersion = "2.0.6"
lazy val kafkaVersion = "3.3.1"
lazy val kafkaVersion = "3.3.2"
lazy val embeddedKafkaVersion = "3.3.1" // Should be the same as kafkaVersion, except for the patch part

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
Expand Down

0 comments on commit 51b8d7b

Please sign in to comment.