Skip to content

Commit

Permalink
Merge pull request #78 from patelprakashp/kafkaclient
Browse files Browse the repository at this point in the history
Updated kafka client version to 2.2.1
  • Loading branch information
conorclifford authored Mar 25, 2020
2 parents f66e579 + 6532a06 commit 0fce45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
- openjdk8
sudo: false
before_cache:
# Cleanup the cached directories to avoid unnecessary cache updates
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "log4j-over-slf4j" % "1.7.22",
"org.scalaz" %% "scalaz-core" % "7.2.8",
"com.typesafe.play" %% "play-json" % "2.6.2",
"org.apache.kafka" %% "kafka" % "2.0.0",
"org.apache.kafka" %% "kafka" % "2.2.1",
"com.typesafe.akka" %% "akka-http-testkit" % "10.0.5" % "test",
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % "test",
Expand Down

0 comments on commit 0fce45f

Please sign in to comment.