Skip to content

Commit

Permalink
Update embedded-kafka to 3.2.3 (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: svroonland <[email protected]>
  • Loading branch information
scala-steward and svroonland authored Nov 18, 2022
1 parent f35db72 commit 45fdd37
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 @@ -6,7 +6,7 @@ lazy val allScala = Seq(scala212, scala3, mainScala)

lazy val zioVersion = "2.0.2"
lazy val kafkaVersion = "3.2.0"
lazy val embeddedKafkaVersion = "3.2.0" // Should be the same as kafkaVersion, except for the patch part
lazy val embeddedKafkaVersion = "3.2.3" // Should be the same as kafkaVersion, except for the patch part

lazy val embeddedKafka = "io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion

Expand Down

0 comments on commit 45fdd37

Please sign in to comment.