Skip to content

Commit

Permalink
Update kafka-clients to 3.6.0 (#1068)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: jules Ivanic <jules.ivanic@gmail.com>
  • Loading branch information
zio-scala-steward[bot] and guizmaii committed Oct 6, 2023
1 parent 1675338 commit 06847b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,7 +1,7 @@
import sbt.Def

lazy val kafkaVersion = "3.5.1"
lazy val embeddedKafkaVersion = "3.5.1" // Should be the same as kafkaVersion, except for the patch part
lazy val kafkaVersion = "3.6.0"
lazy val embeddedKafkaVersion = "3.6.0" // Should be the same as kafkaVersion, except for the patch part

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
lazy val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
Expand Down

0 comments on commit 06847b6

Please sign in to comment.