Skip to content

Commit

Permalink
Merge pull request #28 from Eddpt/update-kafka-1.1.0
Browse files Browse the repository at this point in the history
Update to Kafka 1.1.0
  • Loading branch information
jpzk authored Jun 2, 2018
2 parents 5413a09 + 71edab1 commit ada0b77
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 commonSettings = Seq(

val scalaTestVersion = "3.0.4"
val rocksDBVersion = "5.7.3"
val kafkaVersion = "1.0.1"
val kafkaVersion = "1.1.0"

lazy val kafka = Seq(
"org.apache.kafka" % "kafka-clients" % kafkaVersion,
Expand Down

0 comments on commit ada0b77

Please sign in to comment.