Skip to content

Commit

Permalink
bump embedded-kafka version to 2.7.0 (#186)
Browse files Browse the repository at this point in the history
* bump embedded-kafka version to 2.7.0

bump Scala versions to match Kafka's

* bump confluent platform dependency to 6.1.0
  • Loading branch information
Francesco Pellegrini authored Feb 9, 2021
1 parent f9549a5 commit cf3a32e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@ object Dependencies {
}

object Versions {
val Scala = "2.13.3"
val Scala212 = "2.12.11"
val EmbeddedKafka = "2.6.0"
val ConfluentPlatform = "6.0.1"
val Scala = "2.13.4"
val Scala212 = "2.12.12"
val EmbeddedKafka = "2.7.0"
val ConfluentPlatform = "6.1.0"
val Slf4j = "1.7.30"
val ScalaTest = "3.2.3"
}

0 comments on commit cf3a32e

Please sign in to comment.